Merge pull request #7053 from evsh/cmake

Fix build.
This commit is contained in:
Eugene Shalygin 2017-07-03 11:33:06 +02:00 committed by GitHub
commit 59bbf2c6c6
2 changed files with 1 additions and 2 deletions

View file

@ -26,7 +26,6 @@ searchlistdelegate.cpp
searchsortmodel.cpp
searchtab.cpp
searchwidget.cpp
../ico.cpp
)
set(QBT_SEARCHENGINE_RESOURCES

View file

@ -84,7 +84,7 @@ public:
}
private:
const QString m_tag;
QString m_tag;
int m_torrentsCount;
};