removed the use of QFileDialog
This commit is contained in:
parent
8f6aa950cd
commit
e8862a3811
22 changed files with 224 additions and 164 deletions
|
|
@ -21,7 +21,7 @@ public:
|
|||
|
||||
public slots:
|
||||
void importConfig();
|
||||
void extractConfigFromFile();
|
||||
void extractConfigFromFile(const QString &fileName);
|
||||
void extractConfigFromData(QString &data);
|
||||
void extractConfigFromCode(QString code);
|
||||
bool extractConfigFromQr(const QByteArray &data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue