image viewer

This commit is contained in:
2019-04-03 16:11:22 +02:00
parent 5aa22fbfdd
commit a643810119
7 changed files with 223 additions and 2 deletions
+25
View File
@@ -393,6 +393,31 @@ private slots:
\param idList
*/
void onFilterTagChanged(QList<qint32> idList, bool bAnd);
/*!
\brief
\fn onImageNext
*/
void onImageNext();
/*!
\brief
\fn onImagePrev
*/
void onImagePrev();
/*!
\brief
\fn onImageLast
*/
void onImageLast();
/*!
\brief
\fn onImageFirst
*/
void onImageFirst();
};
#endif // CMAINWINDOW_H