summaryrefslogtreecommitdiff
path: root/SystrayIcon.h
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2020-09-21 21:52:17 +0100
committerThomas Preud'homme <robotux@celest.fr>2020-09-21 21:52:17 +0100
commit08b0288421b2cd69bbfd8a8a109572f04df69bbe (patch)
treedbdbaa997e8c7b771cb42034128ef0a500ea40b4 /SystrayIcon.h
parentac95ce6e0538249e9c395904b49b078234fdcb5e (diff)
New upstream version 2.2.4.7
Diffstat (limited to 'SystrayIcon.h')
-rwxr-xr-xSystrayIcon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/SystrayIcon.h b/SystrayIcon.h
index 442d5d9..9af88c9 100755
--- a/SystrayIcon.h
+++ b/SystrayIcon.h
@@ -47,6 +47,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;
@@ -63,6 +64,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 Product key action
QIcon IconQuit; ///< Pointer on the icon for quit
#ifdef ULTRACOPIER_DEBUG
QIcon IconSaveBugReport;
@@ -136,6 +138,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 */