diff options
Diffstat (limited to 'SQLiteStudio3/Tests/UtilsTest/tst_utilssqltest.cpp')
| -rw-r--r-- | SQLiteStudio3/Tests/UtilsTest/tst_utilssqltest.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/SQLiteStudio3/Tests/UtilsTest/tst_utilssqltest.cpp b/SQLiteStudio3/Tests/UtilsTest/tst_utilssqltest.cpp index 2719ae4..ad62cfe 100644 --- a/SQLiteStudio3/Tests/UtilsTest/tst_utilssqltest.cpp +++ b/SQLiteStudio3/Tests/UtilsTest/tst_utilssqltest.cpp @@ -19,6 +19,11 @@ private Q_SLOTS: UtilsSqlTest::UtilsSqlTest()
{
+ qDebug() << QStandardPaths::writableLocation(QStandardPaths::ConfigLocation);
+ qDebug() << QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation);
+ qDebug() << QStandardPaths::writableLocation(QStandardPaths::AppDataLocation);
+ qDebug() << QStandardPaths::writableLocation(QStandardPaths::GenericConfigLocation);
+ qDebug() << QStandardPaths::writableLocation(QStandardPaths::DataLocation);
}
void UtilsSqlTest::testCaseDefault()
|
