make handling of plugin path and recent files more consistent
This commit is contained in:
@ -68,7 +68,7 @@ class LammpsGui : public QMainWindow {
|
||||
friend class Tutorial2Wizard;
|
||||
|
||||
public:
|
||||
LammpsGui(QWidget *parent = nullptr, const char *filename = nullptr);
|
||||
LammpsGui(QWidget *parent = nullptr, const QString &filename = QString());
|
||||
~LammpsGui() override;
|
||||
|
||||
protected:
|
||||
@ -172,7 +172,7 @@ private:
|
||||
LammpsWrapper lammps;
|
||||
LammpsRunner *runner;
|
||||
QString docver;
|
||||
std::string plugin_path;
|
||||
QString plugin_path;
|
||||
bool is_running;
|
||||
int run_counter;
|
||||
std::vector<char *> lammps_args;
|
||||
|
||||
Reference in New Issue
Block a user