cvsrevertlast - no static functions in .h files
svn path=/trunk/kdebase/kwin/; revision=323747
This commit is contained in:
parent
1f8fec2d8e
commit
05b1ee7d46
1 changed files with 1 additions and 1 deletions
2
utils.h
2
utils.h
|
@ -161,7 +161,7 @@ class KWinSelectionOwner
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
static QCString getStringProperty(WId w, Atom prop, char separator=0);
|
QCString getStringProperty(WId w, Atom prop, char separator=0);
|
||||||
void updateXTime();
|
void updateXTime();
|
||||||
void grabXServer();
|
void grabXServer();
|
||||||
void ungrabXServer();
|
void ungrabXServer();
|
||||||
|
|
Loading…
Reference in a new issue