summaryrefslogtreecommitdiff
path: root/SystrayIcon.h
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2020-08-31 00:44:34 +0100
committerThomas Preud'homme <robotux@celest.fr>2020-08-31 00:44:34 +0100
commitac95ce6e0538249e9c395904b49b078234fdcb5e (patch)
treee10c4b08e8f5e8b462abd28481b9235a11b61ac8 /SystrayIcon.h
parent3ac113857071fc1f225b2e1b42547269e568c6b7 (diff)
New upstream version 2.2.4.5
Diffstat (limited to 'SystrayIcon.h')
-rwxr-xr-xSystrayIcon.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/SystrayIcon.h b/SystrayIcon.h
index 6b909de..442d5d9 100755
--- a/SystrayIcon.h
+++ b/SystrayIcon.h
@@ -47,7 +47,6 @@ 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;
@@ -64,7 +63,6 @@ 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;
@@ -138,8 +136,6 @@ 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 */