Browse Source

Merge pull request #7053 from evsh/cmake

Fix build.
adaptive-webui-19844
Eugene Shalygin 7 years ago committed by GitHub
parent
commit
59bbf2c6c6
  1. 1
      src/gui/search/CMakeLists.txt
  2. 2
      src/gui/tagfiltermodel.cpp

1
src/gui/search/CMakeLists.txt

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

2
src/gui/tagfiltermodel.cpp

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

Loading…
Cancel
Save