From 9b10c21f5cad0e2ec27d23c59e65af7141a226f3 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Sun, 3 Feb 2019 00:10:52 +0000 Subject: New upstream version 1.6.1.3 --- SystrayIcon.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'SystrayIcon.h') diff --git a/SystrayIcon.h b/SystrayIcon.h index 5db5b4f..e17da02 100644 --- a/SystrayIcon.h +++ b/SystrayIcon.h @@ -43,6 +43,7 @@ class SystrayIcon : public QSystemTrayIcon #ifdef ULTRACOPIER_INTERNET_SUPPORT void newUpdate(const std::string &version); #endif + void changeToUltimate(); private: #ifdef ULTRACOPIER_INTERNET_SUPPORT std::string lastVersion; @@ -59,6 +60,7 @@ class SystrayIcon : public QSystemTrayIcon #endif QAction* actionMenuAbout; ///< Pointer on the About action QAction* actionOptions; ///< Pointer on the Options action + QAction* actionProductKey; ///< Pointer on the Options action QIcon IconQuit; ///< Pointer on the icon for quit #ifdef ULTRACOPIER_DEBUG QIcon IconSaveBugReport; @@ -132,6 +134,8 @@ class SystrayIcon : public QSystemTrayIcon void showHelp() const; /// \brief Show the help option void showOptions() const; + /// \brief Show the help option + void showProductKey() const; /** \brief Add window copy or window move \param mode Can be CopyMode::Copy or CopyMode::Move \return The core object of the new window created */ -- cgit v1.2.3