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