mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-12 19:40:28 +02:00
main.cpp uncrustify
This commit is contained in:
14
src/main.cpp
14
src/main.cpp
@@ -4,13 +4,13 @@
|
||||
#include "IntelliHelper/IntelliHelper.h"
|
||||
#include <vector>
|
||||
|
||||
int main(int argc, char *argv[]){
|
||||
// The main application
|
||||
QApplication app(argc, argv);
|
||||
int main(int argc, char*argv[]){
|
||||
// The main application
|
||||
QApplication app(argc, argv);
|
||||
|
||||
// Create and open the main window
|
||||
IntelliPhotoGui window;
|
||||
window.show();
|
||||
// Create and open the main window
|
||||
IntelliPhotoGui window;
|
||||
window.show();
|
||||
|
||||
return app.exec();
|
||||
return app.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user