src: new signal slot syntax
SLOT()/SIGNAL() -> &class::method()
This commit is contained in:
@@ -94,9 +94,11 @@ public:
|
||||
signals:
|
||||
void scrollRequest();
|
||||
|
||||
public slots:
|
||||
void scrolled(int value);
|
||||
|
||||
private slots:
|
||||
void handleScrollRequest();
|
||||
void scrolled(int value);
|
||||
void setValue();
|
||||
|
||||
void previousReference(bool fromUI = true);
|
||||
|
||||
Reference in New Issue
Block a user