Gerrit: Use Qt5 style connects

Change-Id: I54f2f02f93fc99b896dc479f390f63611ab22e98
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-06-09 17:05:22 +02:00
parent 046fb9a000
commit 467cb4a186
5 changed files with 55 additions and 65 deletions

View File

@@ -90,7 +90,7 @@ private slots:
private:
QModelIndex currentIndex() const;
QPushButton *addActionButton(const QString &text, const char *buttonSlot);
QPushButton *addActionButton(const QString &text, const std::function<void()> &buttonSlot);
void updateCompletions(const QString &query);
void updateButtons();