put the inherited classes on one line. even though it gets long sometimes, it makes grepping easier =)
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=689235
This commit is contained in:
parent
fa2907d3de
commit
089082c050
@ -37,9 +37,7 @@ namespace Plasma
|
||||
/**
|
||||
* Icon class, for URIs and menu popups in panels
|
||||
*/
|
||||
class PLASMA_EXPORT Icon : public QObject,
|
||||
public QGraphicsItem,
|
||||
public LayoutItem
|
||||
class PLASMA_EXPORT Icon : public QObject, public QGraphicsItem, public LayoutItem
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
@ -35,9 +35,7 @@ namespace Plasma
|
||||
/**
|
||||
* Class that emulates a QPushButton inside plasma
|
||||
*/
|
||||
class PLASMA_EXPORT PushButton : public QObject,
|
||||
public QGraphicsItem,
|
||||
public QLayoutItem
|
||||
class PLASMA_EXPORT PushButton : public QObject, public QGraphicsItem, public QLayoutItem
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user