mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
Port all apps to GApplication.
This commit is contained in:
parent
9483b39227
commit
3351f1ccc1
10 changed files with 48 additions and 106 deletions
|
@ -7,9 +7,12 @@ class GMenuBar;
|
|||
|
||||
class GApplication {
|
||||
public:
|
||||
static GApplication& the();
|
||||
GApplication(int argc, char** argv);
|
||||
~GApplication();
|
||||
|
||||
int exec();
|
||||
void exit(int);
|
||||
|
||||
void set_menubar(OwnPtr<GMenuBar>&&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue