1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 23:07:59 +00:00

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 searchsortmodel.cpp
searchtab.cpp searchtab.cpp
searchwidget.cpp searchwidget.cpp
../ico.cpp
) )
set(QBT_SEARCHENGINE_RESOURCES set(QBT_SEARCHENGINE_RESOURCES

View File

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