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 #include "moc_InvokationDeferer.cxx" |
|
20 #include "InvokationDeferer.h" |
19 #include "InvokationDeferer.h" |
21 #include "../Misc.h" |
20 #include "../Misc.h" |
22 |
21 |
23 static InvokationDeferer* g_invokationDeferer = new InvokationDeferer(); |
22 static InvokationDeferer* g_invokationDeferer = new InvokationDeferer(); |
24 |
23 |