Add Qalculate to built-in applications

This commit is contained in:
Nicolas Mailloux 2022-10-08 15:56:19 -04:00
parent b744778bd5
commit 9c3b84ed7d
2 changed files with 3 additions and 3 deletions

View file

@ -131,9 +131,9 @@ void apps::on_calendarLaunchBtn_clicked()
void apps::on_calculatorLaunchBtn_clicked()
{
log("Launching external Calculator app", className);
log("Launching external Qalculate! app", className);
QProcess process;
process.startDetached("calculator", QStringList());
process.startDetached("qalculate", QStringList());
qApp->quit();
}

View file

@ -161,7 +161,7 @@
</font>
</property>
<property name="text">
<string>Calculator</string>
<string>Qalculate!</string>
</property>
</widget>
</item>