summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-23 16:37:37 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-23 16:37:37 -0500
commit16e57845e9ccb009c84f1efd06d5c446dcaee2a7 (patch)
treea822df4ad90d98e1961126269770c1e99c4cde69
parentf5969e4456eccc8ed8ad4285add419c9b0eee5e1 (diff)
downloadqt3-16e57845.tar.gz
qt3-16e57845.zip
Add new emitResizedSignal method to QDesktopWidget
-rw-r--r--src/kernel/qdesktopwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/qdesktopwidget.h b/src/kernel/qdesktopwidget.h
index f8c1f0d..db1099a 100644
--- a/src/kernel/qdesktopwidget.h
+++ b/src/kernel/qdesktopwidget.h
@@ -77,6 +77,8 @@ public:
void insertChild( QObject * );
+ inline void emitResizedSignal(int value) { emit resized(value); }
+
signals:
void resized( int );
void workAreaResized( int );