--compileWarnings;
svn path=/trunk/KDE/kdelibs/; revision=1083237
This commit is contained in:
parent
989df58b2b
commit
1e6e5e7469
@ -21,7 +21,9 @@
|
||||
#include <QDebug>
|
||||
|
||||
StackedLayout::StackedLayout(QGraphicsLayoutItem *parent)
|
||||
: QObject(0), m_currentWidgetIndex(-1), QGraphicsLayout(parent)
|
||||
: QObject(0),
|
||||
QGraphicsLayout(parent),
|
||||
m_currentWidgetIndex(-1)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -24,8 +24,10 @@
|
||||
|
||||
class StackedLayout : public QObject, public QGraphicsLayout
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(QGraphicsLayout)
|
||||
|
||||
public:
|
||||
explicit StackedLayout(QGraphicsLayoutItem *parent = 0);
|
||||
~StackedLayout();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user