not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / kcontrol / xinerama / test_kcm_xinerama.cpp
bloba358a2c51397d3058e5ab81b19d336f778b5ca1f
1 #include <QApplication>
2 #include <QDesktopWidget>
4 int main( int argc, char** argv )
6 QApplication app( argc, argv );
7 if( QApplication::desktop()->isVirtualDesktop() )
8 return 0;
9 return 1;