Add DynamicGridWidget Unique Selection

This commit is contained in:
Florian Märkl 2019-06-28 12:29:28 +02:00
commit 76bf46613e
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
6 changed files with 65 additions and 4 deletions

View file

@ -33,6 +33,10 @@ class MainWindow : public QWidget
public:
explicit MainWindow(QWidget *parent = nullptr);
public slots:
void ServerItemWidgetSelected();
void ServerItemWidgetTriggered();
};
#endif //CHIAKI_MAINWINDOW_H