chore: reformat
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
095de5ed4b
commit
85c23b26de
6 changed files with 12 additions and 42 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue