[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/base/plasma/applets/plasmaboard
From:       Björn Ruberg <bjoern () ruberg-wegener ! de>
Date:       2009-04-13 20:06:14
Message-ID: 1239653174.863696.32652.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 953364 by ruberg:

Removed empty destructors. Changed readme to call make install/strip instead of make \
install



 M  +0 -4      ArrowBottomKey.cpp  
 M  +0 -1      ArrowBottomKey.h  
 M  +0 -4      ArrowLeftKey.cpp  
 M  +0 -1      ArrowLeftKey.h  
 M  +0 -4      ArrowRightKey.cpp  
 M  +0 -1      ArrowRightKey.h  
 M  +0 -4      ArrowTopKey.cpp  
 M  +0 -1      ArrowTopKey.h  
 M  +0 -4      BackspaceKey.cpp  
 M  +0 -1      BackspaceKey.h  
 M  +0 -4      CapsKey.cpp  
 M  +0 -1      CapsKey.h  
 M  +0 -5      EnterKey.cpp  
 M  +0 -1      EnterKey.h  
 M  +0 -4      FuncKey.cpp  
 M  +0 -1      FuncKey.h  
 M  +1 -1      README  
 M  +0 -4      ShiftKey.cpp  
 M  +0 -1      ShiftKey.h  
 M  +0 -4      TabKey.cpp  
 M  +0 -1      TabKey.h  


--- trunk/playground/base/plasma/applets/plasmaboard/ArrowBottomKey.cpp \
#953363:953364 @@ -26,10 +26,6 @@
 	setKeycode(XK_Down, true);
 }
 
-ArrowBottomKey::~ArrowBottomKey() {
-	// TODO Auto-generated destructor stub
-}
-
 void ArrowBottomKey::paint(QPainter *painter, const QStyleOptionGraphicsItem \
*option, QWidget *widget){  painter->setRenderHint(QPainter::SmoothPixmapTransform);
 	painter->setRenderHint(QPainter::Antialiasing);
--- trunk/playground/base/plasma/applets/plasmaboard/ArrowBottomKey.h #953363:953364
@@ -26,7 +26,6 @@
 class ArrowBottomKey: public FuncKey {
 public:
 	ArrowBottomKey(PlasmaboardWidget *parent);
-	virtual ~ArrowBottomKey();
 
 protected:
 	void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget \
                *widget = 0);
--- trunk/playground/base/plasma/applets/plasmaboard/ArrowLeftKey.cpp #953363:953364
@@ -26,10 +26,6 @@
 	setKeycode(XK_Left, true);
 }
 
-ArrowLeftKey::~ArrowLeftKey() {
-	// TODO Auto-generated destructor stub
-}
-
 void ArrowLeftKey::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, \
QWidget *widget){  painter->setRenderHint(QPainter::SmoothPixmapTransform);
 	painter->setRenderHint(QPainter::Antialiasing);
--- trunk/playground/base/plasma/applets/plasmaboard/ArrowLeftKey.h #953363:953364
@@ -26,7 +26,6 @@
 class ArrowLeftKey: public FuncKey {
 public:
 	ArrowLeftKey(PlasmaboardWidget *parent);
-	virtual ~ArrowLeftKey();
 
 protected:
 	void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget \
                *widget = 0);
--- trunk/playground/base/plasma/applets/plasmaboard/ArrowRightKey.cpp #953363:953364
@@ -26,10 +26,6 @@
 	setKeycode(XK_Right, true);
 }
 
-ArrowRightKey::~ArrowRightKey() {
-	// TODO Auto-generated destructor stub
-}
-
 void ArrowRightKey::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, \
QWidget *widget){  painter->setRenderHint(QPainter::SmoothPixmapTransform);
 	painter->setRenderHint(QPainter::Antialiasing);
--- trunk/playground/base/plasma/applets/plasmaboard/ArrowRightKey.h #953363:953364
@@ -26,7 +26,6 @@
 class ArrowRightKey: public FuncKey {
 public:
 	ArrowRightKey(PlasmaboardWidget *parent);
-	virtual ~ArrowRightKey();
 
 protected:
 	void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget \
                *widget = 0);
--- trunk/playground/base/plasma/applets/plasmaboard/ArrowTopKey.cpp #953363:953364
@@ -26,10 +26,6 @@
 	setKeycode(XK_Up, true);
 }
 
-ArrowTopKey::~ArrowTopKey() {
-	// TODO Auto-generated destructor stub
-}
-
 void ArrowTopKey::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, \
QWidget *widget){  painter->setRenderHint(QPainter::SmoothPixmapTransform);
 	painter->setRenderHint(QPainter::Antialiasing);
--- trunk/playground/base/plasma/applets/plasmaboard/ArrowTopKey.h #953363:953364
@@ -26,7 +26,6 @@
 class ArrowTopKey: public FuncKey {
 public:
 	ArrowTopKey(PlasmaboardWidget *parent);
-	virtual ~ArrowTopKey();
 
 protected:
 	void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget \
                *widget = 0);
--- trunk/playground/base/plasma/applets/plasmaboard/BackspaceKey.cpp #953363:953364
@@ -26,10 +26,6 @@
 	setKeycode(XK_BackSpace, true);
 }
 
-BackspaceKey::~BackspaceKey() {
-	// TODO Auto-generated destructor stub
-}
-
 void BackspaceKey::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, \
QWidget *widget){  painter->setRenderHint(QPainter::SmoothPixmapTransform);
 	painter->setRenderHint(QPainter::Antialiasing);
--- trunk/playground/base/plasma/applets/plasmaboard/BackspaceKey.h #953363:953364
@@ -26,7 +26,6 @@
 class BackspaceKey: public FuncKey {
 public:
 	BackspaceKey(PlasmaboardWidget *parent);
-	virtual ~BackspaceKey();
 
 protected:
 	void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget \
                *widget = 0);
--- trunk/playground/base/plasma/applets/plasmaboard/CapsKey.cpp #953363:953364
@@ -26,10 +26,6 @@
 	setKeycode(XK_Caps_Lock, true);
 }
 
-CapsKey::~CapsKey() {
-	// TODO Auto-generated destructor stub
-}
-
 void CapsKey::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, \
QWidget *widget){  painter->setRenderHint(QPainter::SmoothPixmapTransform);
 	painter->setRenderHint(QPainter::Antialiasing);
--- trunk/playground/base/plasma/applets/plasmaboard/CapsKey.h #953363:953364
@@ -26,7 +26,6 @@
 class CapsKey: public FuncKey {
 public:
 	CapsKey(PlasmaboardWidget *parent);
-	virtual ~CapsKey();
 
 protected:
 	void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget \
                *widget = 0);
--- trunk/playground/base/plasma/applets/plasmaboard/EnterKey.cpp #953363:953364
@@ -27,11 +27,6 @@
 	setKeycode(XK_Return, true);
 }
 
-EnterKey::~EnterKey() {
-	// TODO Auto-generated destructor stub
-}
-
-
 void EnterKey::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, \
QWidget *widget){  painter->setRenderHint(QPainter::SmoothPixmapTransform);
 	painter->setRenderHint(QPainter::Antialiasing);
--- trunk/playground/base/plasma/applets/plasmaboard/EnterKey.h #953363:953364
@@ -13,7 +13,6 @@
 class EnterKey: public FuncKey {
 public:
 	EnterKey(PlasmaboardWidget *parent);
-	virtual ~EnterKey();
 
 	protected:
 		void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget \
                *widget = 0);
--- trunk/playground/base/plasma/applets/plasmaboard/FuncKey.cpp #953363:953364
@@ -29,10 +29,6 @@
 	oldStyle = Plasma::PushButton::styleSheet();
 }
 
-FuncKey::~FuncKey() {
-	// TODO Auto-generated destructor stub
-}
-
 void FuncKey::toggleOn(){
 	Plasma::PushButton::setStyleSheet(oldStyle + "color:red;text-align:center;"); // \
sorry, but I need some visual confirmation  }
--- trunk/playground/base/plasma/applets/plasmaboard/FuncKey.h #953363:953364
@@ -28,7 +28,6 @@
 class FuncKey: public BoardKey {
 public:
 	FuncKey(PlasmaboardWidget *parent);
-	virtual ~FuncKey();
 	void toggleOn();
 	void toggleOff();
 	void setKeycode(unsigned int code, bool sendUp);
--- trunk/playground/base/plasma/applets/plasmaboard/README #953363:953364
@@ -14,7 +14,7 @@
 In the main directory run 
  - cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4 (Replace with your KDEDIR if \
                necessary)
  - make
- - make install (as root or: sudo make install )
+ - make install/strip (as root or: sudo make install/strip )
  
 
 KNOWN ISSUES
--- trunk/playground/base/plasma/applets/plasmaboard/ShiftKey.cpp #953363:953364
@@ -26,10 +26,6 @@
 	setKeycode(XK_Shift_L, false);
 }
 
-ShiftKey::~ShiftKey() {
-	// TODO Auto-generated destructor stub
-}
-
 void ShiftKey::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, \
QWidget *widget){  painter->setRenderHint(QPainter::SmoothPixmapTransform);
 	painter->setRenderHint(QPainter::Antialiasing);
--- trunk/playground/base/plasma/applets/plasmaboard/ShiftKey.h #953363:953364
@@ -26,7 +26,6 @@
 class ShiftKey: public FuncKey {
 public:
 	ShiftKey(PlasmaboardWidget *parent);
-	virtual ~ShiftKey();
 
 protected:
 	void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget \
                *widget = 0);
--- trunk/playground/base/plasma/applets/plasmaboard/TabKey.cpp #953363:953364
@@ -26,10 +26,6 @@
 	setKeycode(XK_Tab, true);
 }
 
-TabKey::~TabKey() {
-	// TODO Auto-generated destructor stub
-}
-
 void TabKey::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, \
QWidget *widget){  painter->setRenderHint(QPainter::SmoothPixmapTransform);
 	painter->setRenderHint(QPainter::Antialiasing);
--- trunk/playground/base/plasma/applets/plasmaboard/TabKey.h #953363:953364
@@ -26,7 +26,6 @@
 class TabKey: public FuncKey {
 public:
 	TabKey(PlasmaboardWidget *parent);
-	virtual ~TabKey();
 
 protected:
 	void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget \
*widget = 0);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic