diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2019-03-01 12:20:57 +0200 |
---|---|---|
committer | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2019-03-01 13:06:57 +0200 |
commit | cbfc6e522dced7516dbfa036197476796ca1dcf8 (patch) | |
tree | e78aa7f496b1986d127e991da685bcc3382fa1f9 /src/plugins/qmakeprojectmanager/wizards/librarywizarddialog.cpp | |
parent | 89831854059144613279affc4c37eb65dbcbf6e7 (diff) | |
parent | aa14e396f03232ce97a723aaf18ab89f7dfad698 (diff) | |
download | qt-creator-cbfc6e522dced7516dbfa036197476796ca1dcf8.tar.gz |
Merge remote-tracking branch 'origin/4.9'
Change-Id: I801042a53ae4d02d1891ea582ca9ea89b00d3181
Diffstat (limited to 'src/plugins/qmakeprojectmanager/wizards/librarywizarddialog.cpp')
-rw-r--r-- | src/plugins/qmakeprojectmanager/wizards/librarywizarddialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmakeprojectmanager/wizards/librarywizarddialog.cpp b/src/plugins/qmakeprojectmanager/wizards/librarywizarddialog.cpp index 0381e2670a..2aed6d43cd 100644 --- a/src/plugins/qmakeprojectmanager/wizards/librarywizarddialog.cpp +++ b/src/plugins/qmakeprojectmanager/wizards/librarywizarddialog.cpp @@ -56,7 +56,7 @@ using QSL = QStringList; static const PluginBaseClasses pluginBaseClasses[] = { {"QAccessiblePlugin", "QtGui", - QSL{"QAccessibleInterface * create(const QString &key, QObject *object)"}, + QSL{"QAccessibleInterface *create(const QString &key, QObject *object)"}, "QtCore", "accessible", "QAccessibleFactoryInterface"}, {"QGenericPlugin", "QtGui", QSL{"QObject *create(const QString &name, const QString &spec)"}, "QtCore", "generic", "QGenericPluginFactoryInterface"}, |