Add new emitResizedSignal method to QDesktopWidget

v3.5.13-sru
Timothy Pearson 13 years ago
parent f5969e4456
commit 16e57845e9

@ -77,6 +77,8 @@ public:
void insertChild( QObject * );
inline void emitResizedSignal(int value) { emit resized(value); }
signals:
void resized( int );
void workAreaResized( int );

Loading…
Cancel
Save