diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-15 00:33:24 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-15 00:33:24 +0300 |
commit | 0ba88ff138dc5bfc7128333c5ff6c65ab790c7bb (patch) | |
tree | a21a93f0b456386a6dcf57b73b8332b22db72c8d /tests | |
parent | 215d7dbb741de9516ab5f00acb7b699adff82cab (diff) | |
parent | 3aba7f8fec45c7c87be486d8f6b5c96f69facf93 (diff) | |
download | PrismLauncher-0ba88ff138dc5bfc7128333c5ff6c65ab790c7bb.tar.gz PrismLauncher-0ba88ff138dc5bfc7128333c5ff6c65ab790c7bb.tar.bz2 PrismLauncher-0ba88ff138dc5bfc7128333c5ff6c65ab790c7bb.zip |
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into staging
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/FileSystem_test.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/FileSystem_test.cpp b/tests/FileSystem_test.cpp index e1941042..1d3cee85 100644 --- a/tests/FileSystem_test.cpp +++ b/tests/FileSystem_test.cpp @@ -353,10 +353,7 @@ class FileSystemTest : public QObject { } } - void test_getDesktop() - { - QCOMPARE(FS::getDesktopDir(), QStandardPaths::writableLocation(QStandardPaths::DesktopLocation)); - } + void test_getDesktop() { QCOMPARE(FS::getDesktopDir(), QStandardPaths::writableLocation(QStandardPaths::DesktopLocation)); } void test_link() { |