mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-01 00:49:58 +01:00
set config- and data-dir to system-specific paths
This commit is contained in:
@@ -208,7 +208,7 @@ void AboutQETDialog::setLicence()
|
||||
*/
|
||||
void AboutQETDialog::setLoginfo()
|
||||
{
|
||||
const QString path = QETApp::configDir() + "/";
|
||||
const QString path = QETApp::dataDir() + "/";
|
||||
QString filter("%1%1%1%1%1%1%1%1.log"); // pattern
|
||||
filter = filter.arg("[0123456789]"); // valid characters
|
||||
Q_FOREACH (auto fileInfo,
|
||||
|
||||
Reference in New Issue
Block a user