mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07: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()
|
||||
{
|
||||
log("Launching external Calculator app", className);
|
||||
log("Launching external Qalculate! app", className);
|
||||
QProcess process;
|
||||
process.startDetached("calculator", QStringList());
|
||||
process.startDetached("qalculate", QStringList());
|
||||
qApp->quit();
|
||||
}
|
||||
|
||||
|
|
|
@ -161,7 +161,7 @@
|
|||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Calculator</string>
|
||||
<string>Qalculate!</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue