Solved!
Recompiled source file, where
Qt Code:
int main(int argc, char* argv[]) { PhotoWarperWindow window; window.show(); return app.exec(); }To copy to clipboard, switch view to plain text mode
And built app, problem cleared... ((
Solved!
Recompiled source file, where
Qt Code:
int main(int argc, char* argv[]) { PhotoWarperWindow window; window.show(); return app.exec(); }To copy to clipboard, switch view to plain text mode
And built app, problem cleared... ((
Bookmarks