--compiler_warning;
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=828631
This commit is contained in:
parent
4ac3957747
commit
e675d65da3
10
view.cpp
10
view.cpp
@ -35,11 +35,11 @@ class ViewPrivate
|
||||
{
|
||||
public:
|
||||
ViewPrivate(View *view, int uniqueId)
|
||||
: drawWallpaper(true),
|
||||
: q(view),
|
||||
containment(0),
|
||||
drawWallpaper(true),
|
||||
trackChanges(true),
|
||||
desktop(-1),
|
||||
containment(0),
|
||||
q(view),
|
||||
viewId(0)
|
||||
{
|
||||
if (uniqueId > s_maxViewId) {
|
||||
@ -86,12 +86,12 @@ public:
|
||||
q->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
|
||||
}
|
||||
|
||||
Plasma::View *q;
|
||||
Plasma::Containment *containment;
|
||||
bool drawWallpaper;
|
||||
bool trackChanges;
|
||||
int desktop;
|
||||
int viewId;
|
||||
Plasma::Containment *containment;
|
||||
Plasma::View *q;
|
||||
static int s_maxViewId;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user