mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-20 09:09:57 +00:00
some part of refactoring
move plugin from private fix translation issue (#50)
This commit is contained in:
@ -46,7 +46,7 @@ public:
|
||||
stderr2stdout
|
||||
};
|
||||
|
||||
explicit ExtScript(QWidget *parent = 0, const QString scriptName = QString(),
|
||||
explicit ExtScript(QWidget *parent = nullptr, const QString scriptName = QString(),
|
||||
const QStringList directories = QStringList(), const bool debugCmd = false);
|
||||
~ExtScript();
|
||||
// get methods
|
||||
@ -80,7 +80,7 @@ public slots:
|
||||
void readConfiguration();
|
||||
QString run();
|
||||
int showConfiguration();
|
||||
int tryDelete();
|
||||
bool tryDelete();
|
||||
void writeConfiguration();
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user