forked from qt-creator/qt-creator
Git: Simplify repository related action creation.
Change-Id: I4928e5424356f27af79999d39b2e2ea5a1440264 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -170,10 +170,6 @@ private:
|
||||
const char *pluginSlot, const QKeySequence &keys = QKeySequence());
|
||||
|
||||
|
||||
QAction *createRepositoryAction(Core::ActionContainer *ac,
|
||||
const QString &text, Core::Id id,
|
||||
const Core::Context &context, bool addToLocator,
|
||||
const QKeySequence &keys = QKeySequence());
|
||||
QAction *createRepositoryAction(Core::ActionContainer *ac,
|
||||
const QString &text, Core::Id id,
|
||||
const Core::Context &context,
|
||||
@@ -183,7 +179,6 @@ private:
|
||||
const QString &text, Core::Id id,
|
||||
const Core::Context &context,
|
||||
bool addToLocator,
|
||||
const std::function<void(Core::Id)> &callback,
|
||||
const QKeySequence &keys = QKeySequence());
|
||||
QAction *createRepositoryAction(Core::ActionContainer *ac,
|
||||
const QString &text, Core::Id id,
|
||||
|
||||
Reference in New Issue
Block a user