mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 23:57:22 -08:00
Add Qalculate to built-in applications
This commit is contained in:
parent
b744778bd5
commit
9c3b84ed7d
2 changed files with 3 additions and 3 deletions
|
@ -131,9 +131,9 @@ void apps::on_calendarLaunchBtn_clicked()
|
||||||
|
|
||||||
void apps::on_calculatorLaunchBtn_clicked()
|
void apps::on_calculatorLaunchBtn_clicked()
|
||||||
{
|
{
|
||||||
log("Launching external Calculator app", className);
|
log("Launching external Qalculate! app", className);
|
||||||
QProcess process;
|
QProcess process;
|
||||||
process.startDetached("calculator", QStringList());
|
process.startDetached("qalculate", QStringList());
|
||||||
qApp->quit();
|
qApp->quit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -161,7 +161,7 @@
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Calculator</string>
|
<string>Qalculate!</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in a new issue