Fix compilation with Qt 6 (beta1)

This commit is contained in:
Martchus 2020-10-23 17:01:34 +02:00
parent 04bf32cf6b
commit 79038808ce
1 changed files with 4 additions and 0 deletions

View File

@ -9,11 +9,15 @@
#include <QAbstractItemModel>
#if (QT_VERSION >= QT_VERSION_CHECK(6, 0, 0))
#include <passwordfile/io/entry.h>
#else
namespace Io {
class Entry;
class NodeEntry;
enum class EntryType;
} // namespace Io
#endif
namespace QtGui {