src/misc/InvokationDeferer.h

changeset 641
425b169a82aa
parent 629
b75c6cce02e2
child 642
751a8df42842
equal deleted inserted replaced
640:d4dda62c6600 641:425b169a82aa
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #ifndef LDFORGE_MISC_INVOKATION_DEFERER_H 19 #pragma once
20 #define LDFORGE_MISC_INVOKATION_DEFERER_H
21 20
22 #include <QObject> 21 #include <QObject>
23 22
24 class InvokationDeferer : public QObject 23 class InvokationDeferer : public QObject
25 { 24 {
41 void invokeFunctions(); 40 void invokeFunctions();
42 }; 41 };
43 42
44 void invokeLater (InvokationDeferer::FunctionType func); 43 void invokeLater (InvokationDeferer::FunctionType func);
45 44
46 #endif // LDFORGE_MISC_INVOKATION_DEFERER_H

mercurial