We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1d042 commit a22f80cCopy full SHA for a22f80c
notifier/octopi-notifier/mainwindow.cpp
@@ -582,7 +582,7 @@ void MainWindow::refreshAppIcon()
582
qDebug() << "At refreshAppIcon()...";
583
m_outdatedStringList = Package::getOutdatedStringList();
584
585
- bool hasAURTool = UnixCommand::hasTheExecutable(StrConstants::getForeignRepositoryToolName());
+ bool hasAURTool = UnixCommand::hasTheExecutable(Package::getForeignRepositoryToolName());
586
587
if (hasAURTool)
588
{
0 commit comments