repo.or.cz
/
personal-kdebase.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
not quite so much needs to be delayed to the init() function
[personal-kdebase.git]
/
workspace
/
kcontrol
/
xinerama
/
test_kcm_xinerama.cpp
blob
a358a2c51397d3058e5ab81b19d336f778b5ca1f
1
#include <QApplication>
2
#include <QDesktopWidget>
3
4
int
main
(
int
argc
,
char
**
argv
)
5
{
6
QApplication
app
(
argc
,
argv
);
7
if
(
QApplication
::
desktop
()->
isVirtualDesktop
() )
8
return
0
;
9
return
1
;
10
}