filter panel

This commit is contained in:
2019-03-21 21:48:46 +01:00
parent 354c6154e7
commit f8fa1a4c9e
13 changed files with 675 additions and 13 deletions
+22
View File
@@ -351,6 +351,28 @@ private slots:
\fn onLocationListChanged
*/
void onLocationListChanged();
/*!
\brief
\fn onFilterPersonChanged
\param idList
*/
void onFilterPersonChanged(QList<qint32> idList, bool bAnd);
/*!
\brief
\fn onFilterLocationChanged
\param idList
*/
void onFilterLocationChanged(QList<qint32> idList, bool bAnd);
/*!
\brief
\fn onFilterTagChanged
\param idList
*/
void onFilterTagChanged(QList<qint32> idList, bool bAnd);
};
#endif // CMAINWINDOW_H