Bugfix: LLVM compiler warnings

This commit is contained in:
Jakub Melka
2021-03-06 18:13:21 +01:00
parent 83e67979e7
commit 848e1aee3c
39 changed files with 201 additions and 175 deletions

View File

@ -55,8 +55,8 @@ private:
std::atomic<int> m_percentage = 0;
};
Q_DECLARE_METATYPE(ProgressStartupInfo)
} // namespace pdf
Q_DECLARE_METATYPE(pdf::ProgressStartupInfo)
#endif // PDFPROGRESS_H