mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-14 04:10:31 +02:00
naming changes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
// ---------- main.cpp ----------
|
||||
|
||||
#include "mainwindow.h"
|
||||
#include "IntelliPhotoGui.h"
|
||||
#include <QApplication>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
@@ -13,7 +13,7 @@ int main(int argc, char *argv[])
|
||||
QApplication app(argc, argv);
|
||||
|
||||
// Create and open the main window
|
||||
MainWindow window;
|
||||
IntelliPhotoGui window;
|
||||
window.show();
|
||||
|
||||
// Display the main window
|
||||
|
||||
Reference in New Issue
Block a user