Alpha Version

it dose something right but let's see
This commit is contained in:
Mienek
2020-01-23 13:47:44 +01:00
parent c8b0328f63
commit 1472028a81
7 changed files with 7 additions and 28 deletions

View File

@@ -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();