forked from qt-creator/qt-creator
Gerrit: Use Qt5 style connects
Change-Id: I54f2f02f93fc99b896dc479f390f63611ab22e98 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user