GenericHighlighter fix reorder warrning

Change-Id: I8a8e53f1ef468da46bf589e60b9485153f79bb7a
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Nikita Baryshnikov
2014-07-02 11:22:45 +04:00
committed by Orgad Shaneh
parent 31f6630688
commit f5462274d8

View File

@@ -82,8 +82,8 @@ class MultiDefinitionDownloader : public QObject
public: public:
MultiDefinitionDownloader(const QString &savePath, const QList<QString> &installedDefinitions) : MultiDefinitionDownloader(const QString &savePath, const QList<QString> &installedDefinitions) :
m_downloadPath(savePath), m_installedDefinitions(installedDefinitions),
m_installedDefinitions(installedDefinitions) m_downloadPath(savePath)
{ {
connect(&m_downloadWatcher, SIGNAL(finished()), this, SLOT(downloadDefinitionsFinished())); connect(&m_downloadWatcher, SIGNAL(finished()), this, SLOT(downloadDefinitionsFinished()));
} }