Skip to content

Commit 861deb3

Browse files
author
Ананьев Александр
committed
Correct writting settings
1 parent 40dd998 commit 861deb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

omodsim/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ void MainWindow::loadSettings()
936936
///
937937
bool checkPathIsWritable(const QString& path)
938938
{
939-
const auto filepath = QString("%1%2%3").arg(path, QDir::separator(), "test");
939+
const auto filepath = QString("%1%2%3").arg(path, QDir::separator(), ".test");
940940
if(!QFile(filepath).open(QFile::WriteOnly)) return false;
941941

942942
QFile::remove(filepath);

0 commit comments

Comments
 (0)