forked from qt-creator/qt-creator
Doc: Modernize example code a bit
Use Qt 5 connects. Change-Id: I0e8ae956258892f60a1d12222a081c0fa6577717 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
||||
//! [plugin functions]
|
||||
|
||||
//! [slot]
|
||||
private slots:
|
||||
private:
|
||||
void triggerAction();
|
||||
//! [slot]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user