mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-12-15 17:43:41 +00:00
some part of refactoring
move plugin from private fix translation issue (#50)
This commit is contained in:
@ -38,7 +38,7 @@ class ExtUpgrade : public QDialog
|
||||
Q_PROPERTY(int interval READ interval WRITE setInterval)
|
||||
|
||||
public:
|
||||
explicit ExtUpgrade(QWidget *parent = 0, const QString upgradeName = QString(),
|
||||
explicit ExtUpgrade(QWidget *parent = nullptr, const QString upgradeName = QString(),
|
||||
const QStringList directories = QStringList(), const bool debugCmd = false);
|
||||
~ExtUpgrade();
|
||||
// get methods
|
||||
@ -66,7 +66,7 @@ public slots:
|
||||
void readConfiguration();
|
||||
int run();
|
||||
int showConfiguration();
|
||||
int tryDelete();
|
||||
bool tryDelete();
|
||||
void writeConfiguration();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user