diff options
Diffstat (limited to 'src/core/model/GpgKeyTableProxyModel.h')
-rw-r--r-- | src/core/model/GpgKeyTableProxyModel.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/core/model/GpgKeyTableProxyModel.h b/src/core/model/GpgKeyTableProxyModel.h index 004fc87b..657b40cf 100644 --- a/src/core/model/GpgKeyTableProxyModel.h +++ b/src/core/model/GpgKeyTableProxyModel.h @@ -62,6 +62,12 @@ class GPGFRONTEND_CORE_EXPORT GpgKeyTableProxyModel */ void SignalFavoritesChanged(); + /** + * @brief + * + */ + void SignalColumnTypeChange(GpgKeyTableColumn); + private slots: /** @@ -70,6 +76,12 @@ class GPGFRONTEND_CORE_EXPORT GpgKeyTableProxyModel */ void slot_update_favorites(); + /** + * @brief + * + */ + void slot_update_column_type(GpgKeyTableColumn); + private: QSharedPointer<GpgKeyTableModel> model_; GpgKeyTableDisplayMode display_mode_; |