pedantic--
svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=644597
This commit is contained in:
parent
f66f973917
commit
72fa8d7b1b
@ -31,8 +31,8 @@ namespace Plasma
|
||||
class CheckBox::Private
|
||||
{
|
||||
public:
|
||||
Private() { };
|
||||
~Private() { };
|
||||
Private() { }
|
||||
~Private() { }
|
||||
QString labelText;
|
||||
QString labelIcon;
|
||||
QColor labelTextColor;
|
||||
|
@ -24,8 +24,8 @@ namespace Plasma
|
||||
class Widget::Private
|
||||
{
|
||||
public:
|
||||
Private() { };
|
||||
~Private() { };
|
||||
Private() { }
|
||||
~Private() { }
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user