Skip to content

Commit a22f80c

Browse files
committed
- Refactored method.
1 parent 9a1d042 commit a22f80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifier/octopi-notifier/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ void MainWindow::refreshAppIcon()
582582
qDebug() << "At refreshAppIcon()...";
583583
m_outdatedStringList = Package::getOutdatedStringList();
584584

585-
bool hasAURTool = UnixCommand::hasTheExecutable(StrConstants::getForeignRepositoryToolName());
585+
bool hasAURTool = UnixCommand::hasTheExecutable(Package::getForeignRepositoryToolName());
586586

587587
if (hasAURTool)
588588
{

0 commit comments

Comments
 (0)