summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/emulation_widget.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/emulation_widget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/emulation_widget.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/noncore/apps/opie-console/emulation_widget.h b/noncore/apps/opie-console/emulation_widget.h
index a57803d..56ea15f 100644
--- a/noncore/apps/opie-console/emulation_widget.h
+++ b/noncore/apps/opie-console/emulation_widget.h
@@ -37,3 +37,3 @@ public:
/**
- * sets the image
+ * sets the image
* @param QArray<Character> const newimg, the new image
@@ -42,3 +42,3 @@ public:
*/
- virtual void setImage( QArray<Character> const newimg, int columns, int lines );
+ virtual void setImage( QArray<Character> const newimg, int columns, int lines ) {};
@@ -48,3 +48,3 @@ public:
*/
- virtual void reloadConfig( const Profile& config );
+ virtual void reloadConfig( const Profile& config ) {};
@@ -62,3 +62,3 @@ public:
protected:
-
+
/**
@@ -66,3 +66,3 @@ protected:
*/
- virtual void calcGeometry();
+ virtual void calcGeometry() {};
@@ -74,3 +74,3 @@ protected:
* @param Character attr, attributes of Characters
- * @param bool usePixmap, if to use the background pixmap (currently not supported)
+ * @param bool usePixmap, if to use the background pixmap (currently not supported)
* @param bool clear, if rect should be cleared
@@ -79,2 +79,2 @@ protected:
-};
+};