mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 20:00:32 +02:00
just naming changes
This commit is contained in:
19
IntelliPhoto/Painting/main.cpp
Normal file
19
IntelliPhoto/Painting/main.cpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#include "IntelliPhotoGui.h"
|
||||
#include <QApplication>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
// The main application
|
||||
QApplication app(argc, argv);
|
||||
|
||||
// Create and open the main window
|
||||
IntelliPhotoGui window;
|
||||
window.show();
|
||||
|
||||
// Display the main window
|
||||
return app.exec();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user