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.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/ui/UserInterfaceUtils.h b/src/ui/UserInterfaceUtils.h
index 365b5ff1..39a4633e 100644
--- a/src/ui/UserInterfaceUtils.h
+++ b/src/ui/UserInterfaceUtils.h
@@ -134,8 +134,8 @@ class CommonUtils : public QWidget {
* @brief
*
*/
- using ImportCallbackFunctiopn = std::function<void(
- const QString&, const QString&, size_t, size_t)>;
+ using ImportCallbackFunctiopn =
+ std::function<void(const QString&, const QString&, size_t, size_t)>;
/**
* @brief Construct a new Common Utils object
@@ -295,12 +295,6 @@ class CommonUtils : public QWidget {
*/
void slot_update_key_status();
- /**
- * @brief
- *
- */
- void slot_popup_passphrase_input_dialog();
-
private:
static std::unique_ptr<CommonUtils> instance_; ///<
bool application_need_to_restart_at_once_ = false;