diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-27 15:53:35 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-27 15:53:35 +0300 |
commit | c5aac24a93df4961bbd70260ab9812f1fd836779 (patch) | |
tree | 0e0015c7db5e1b74814d4e5f33ac4abc0ad3a672 /tests/FileSystem_test.cpp | |
parent | 288d0d1fd4562e4020c964955918a5681b547705 (diff) | |
parent | df14f88307b1b7f7fa305472bd2800896103f879 (diff) | |
download | PrismLauncher-c5aac24a93df4961bbd70260ab9812f1fd836779.tar.gz PrismLauncher-c5aac24a93df4961bbd70260ab9812f1fd836779.tar.bz2 PrismLauncher-c5aac24a93df4961bbd70260ab9812f1fd836779.zip |
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into curse_multiple_loaders2
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'tests/FileSystem_test.cpp')
-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() { |