diff options
Diffstat (limited to 'src/core/model/GpgKeyTableModel.h')
-rw-r--r-- | src/core/model/GpgKeyTableModel.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/core/model/GpgKeyTableModel.h b/src/core/model/GpgKeyTableModel.h index cc5704e5..0529bf7b 100644 --- a/src/core/model/GpgKeyTableModel.h +++ b/src/core/model/GpgKeyTableModel.h @@ -216,11 +216,7 @@ class GPGFRONTEND_CORE_EXPORT GpgKeyTableModel : public QAbstractTableModel { QStringList column_headers_; int gpg_context_channel_; -#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 4) - QList<bool> key_check_state_; -#else - QVector<bool> key_check_state_; -#endif + QContainer<bool> key_check_state_; }; } // namespace GpgFrontend
\ No newline at end of file |