Skip to content

Commit

Permalink
I think it probably works the same, and QT5 compliant.
Browse files Browse the repository at this point in the history
Signed-off-by: JPSDR <jean-philippe.scottodirinaldi@scalian.com>
  • Loading branch information
JPSDR authored and jpsdr committed Jan 9, 2024
1 parent f05759f commit 776f11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mkvtoolnix-gui/util/installation_checker.cpp
Expand Up @@ -72,7 +72,7 @@ InstallationChecker::runChecks() {
auto dir = App::applicationDirPath();
QFile tempFile{Q("%1/writeTest").arg(dir)};

if (!tempFile.open(QIODeviceBase::WriteOnly))
if (!tempFile.open(QIODevice::WriteOnly))
m_problems << Problem{ ProblemType::PortableDirectoryNotWritable, dir };
else {
tempFile.close();
Expand Down

0 comments on commit 776f11d

Please sign in to comment.