FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sqlitebrowser/src/main.cpp at sqlb-3.2.x · sqlitebrowser/sqlitebrowser · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
sqlitebrowser
/
sqlitebrowser
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.4k
Star
24.5k
Code
Issues
825
Pull requests
17
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
sqlitebrowser
/
src
/
main.cpp
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (11 loc) · 334 Bytes
Breadcrumbs
sqlitebrowser
/
src
/
main.cpp
Copy path
File metadata and controls
14 lines (11 loc) · 334 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
include
"
Application.h
"
int
main
(
int
argc,
char
** argv )
{
//
Create application object. All the initialisation stuff happens in there
Application
a
(argc, argv);
//
Quit application now if user doesn't want to see the UI
if
(a.
dontShowMainWindow
())
return
0
;
//
Run application
return
a.
exec
();
}
Back
|
FazBrowse Home
|
New Git URL