Qt macros should not be followed by ;. Fix build with Sun Studio.
svn path=/trunk/KDE/kdebase/workspace/; revision=1188803
This commit is contained in:
parent
bc5ade425b
commit
7da91a552a
1 changed files with 2 additions and 2 deletions
|
@ -38,14 +38,14 @@ class Workspace : public QObject
|
|||
{
|
||||
Q_OBJECT
|
||||
//Don't add WRITE for now. Access considerations
|
||||
Q_PROPERTY( int currentDesktop READ currentDesktop );
|
||||
Q_PROPERTY( int currentDesktop READ currentDesktop )
|
||||
|
||||
private:
|
||||
static KWin::Workspace* centralObject;
|
||||
static SWrapper::Client* clientHolder;
|
||||
QScriptEngine* centralEngine;
|
||||
|
||||
Q_DISABLE_COPY(Workspace);
|
||||
Q_DISABLE_COPY(Workspace)
|
||||
|
||||
public slots:
|
||||
void sl_desktopPresenceChanged(KWin::Client*, int);
|
||||
|
|
Loading…
Reference in a new issue