summaryrefslogtreecommitdiff
path: root/SystrayIcon.h
diff options
context:
space:
mode:
Diffstat (limited to 'SystrayIcon.h')
-rw-r--r--SystrayIcon.h4
1 files changed, 4 insertions, 0 deletions
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 */