mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 11:50:31 +02:00
Alpha Version
it dose something right but let's see
This commit is contained in:
@@ -7,11 +7,6 @@
|
||||
int main(int argc, char*argv[]){
|
||||
// The main application
|
||||
QApplication app(argc, argv);
|
||||
|
||||
std::fstream file("test.txt");
|
||||
file << "Hallo welt";
|
||||
file.close();
|
||||
|
||||
// Create and open the main window
|
||||
IntelliPhotoGui window;
|
||||
window.show();
|
||||
|
||||
Reference in New Issue
Block a user