KUtils
dummy.cpp
Go to the documentation of this file.
00001 #include <kcmoduleproxy.h> 00002 #include <kprintpreview.h> 00003 #include <kemoticons/kemoticons.h> 00004 #include <kidletime/kidletime.h> 00005 00006 Q_GLOBAL_STATIC_WITH_ARGS( KCModuleProxy, foo, ( 0 ) ) 00007 Q_GLOBAL_STATIC_WITH_ARGS( KPrintPreview, bar, ( 0, 0 ) ) 00008 Q_GLOBAL_STATIC( KEmoticons, foobar ) 00009 Q_GLOBAL_STATIC( KIdleTime*, baz ) 00010 00011 void _k__get_dummy_used() 00012 { 00013 foo(); 00014 bar(); 00015 foobar(); 00016 baz(); 00017 KIdleTime::instance(); 00018 } 00019 00020 #ifdef Q_WS_WIN 00021 __declspec(dllexport) int __dummy_function() { return 5; } 00022 #endif
KDE 4.6 API Reference