chore: reformat
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
9546c77113
commit
1939e3e6ed
2 changed files with 20 additions and 5 deletions
|
@ -353,7 +353,10 @@ 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