summaryrefslogtreecommitdiff
path: root/interface/PluginInterface_Themes.h
diff options
context:
space:
mode:
Diffstat (limited to 'interface/PluginInterface_Themes.h')
-rw-r--r--interface/PluginInterface_Themes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/interface/PluginInterface_Themes.h b/interface/PluginInterface_Themes.h
index 2bce397..272e77d 100644
--- a/interface/PluginInterface_Themes.h
+++ b/interface/PluginInterface_Themes.h
@@ -49,6 +49,8 @@ class PluginInterface_Themes : public QWidget
virtual void setFileProgression(const std::vector<Ultracopier::ProgressionItem> &progressionList) = 0;
/// to get by file speed, size and ms
virtual void doneTime(const std::vector<std::pair<uint64_t,uint32_t> > &timeList) = 0;
+
+ virtual void changeToUltimate() = 0;
public:
/// \brief get the widget for the copy engine
virtual QWidget * getOptionsEngineWidget() = 0;
@@ -89,6 +91,7 @@ class PluginInterface_Themes : public QWidget
void cancel() const;
//edit the action
void newSpeedLimitation(const uint64_t &speedLimitation) const;///< -1 if not able, 0 if disabled
+ void askProductKey();
};
/// \brief To define the interface for the factory to do themes instance