We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40dd998 commit 861deb3Copy full SHA for 861deb3
1 file changed
omodsim/mainwindow.cpp
@@ -936,7 +936,7 @@ void MainWindow::loadSettings()
936
///
937
bool checkPathIsWritable(const QString& path)
938
{
939
- const auto filepath = QString("%1%2%3").arg(path, QDir::separator(), "test");
+ const auto filepath = QString("%1%2%3").arg(path, QDir::separator(), ".test");
940
if(!QFile(filepath).open(QFile::WriteOnly)) return false;
941
942
QFile::remove(filepath);
0 commit comments