mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 16:50:53 +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