aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/UserInterfaceUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/UserInterfaceUtils.h')
-rw-r--r--src/ui/UserInterfaceUtils.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/ui/UserInterfaceUtils.h b/src/ui/UserInterfaceUtils.h
index 6a99659b..fd5de9de 100644
--- a/src/ui/UserInterfaceUtils.h
+++ b/src/ui/UserInterfaceUtils.h
@@ -163,25 +163,26 @@ class CommonUtils : public QWidget {
* @brief
*
*/
- bool isApplicationNeedRestart();
+ auto isApplicationNeedRestart() -> bool;
/**
* @brief
*
*/
- bool KeyExistsinFavouriteList(const GpgKey& key);
+ auto KeyExistsInFavoriteList(const QString& key_db_name,
+ const GpgKey& key) -> bool;
/**
* @brief
*
*/
- void AddKey2Favourtie(const GpgKey& key);
+ void AddKey2Favorite(const QString& key_db_name, const GpgKey& key);
/**
* @brief
*
*/
- void RemoveKeyFromFavourite(const GpgKey& key);
+ void RemoveKeyFromFavorite(const QString& key_db_name, const GpgKey& key);
/**
* @brief