mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-16 13:20:33 +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 "IntelliHelper/IntelliHelper.h"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
int main(int argc, char *argv[]){
|
int main(int argc, char*argv[]){
|
||||||
// The main application
|
// The main application
|
||||||
QApplication app(argc, argv);
|
QApplication app(argc, argv);
|
||||||
|
|
||||||
// Create and open the main window
|
// Create and open the main window
|
||||||
IntelliPhotoGui window;
|
IntelliPhotoGui window;
|
||||||
window.show();
|
window.show();
|
||||||
|
|
||||||
return app.exec();
|
return app.exec();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user