summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_layer.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/io_layer.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/io_layer.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/io_layer.h b/noncore/apps/opie-console/io_layer.h
index bf5a893..9c99222 100644
--- a/noncore/apps/opie-console/io_layer.h
+++ b/noncore/apps/opie-console/io_layer.h
@@ -64,6 +64,8 @@ public:
64 * and will listen to it's data again... 64 * and will listen to it's data again...
65 */ 65 */
66 virtual void closeRawIO(int); 66 virtual void closeRawIO(int);
67
68
67signals: 69signals:
68 /** 70 /**
69 * received input as QCString 71 * received input as QCString
@@ -97,6 +99,12 @@ public slots:
97 * closes and reloads the settings 99 * closes and reloads the settings
98 */ 100 */
99 virtual void reload( const Profile& ) = 0; 101 virtual void reload( const Profile& ) = 0;
102
103 /**
104 * set the size
105 * needed for pty
106 */
107 virtual void setSize(int rows, int cols );
100}; 108};
101 109
102#endif 110#endif