2
0
forked from Ivasoft/DSView

Add more clear border of main window

This commit is contained in:
DreamSourceLab
2018-05-25 20:16:16 +08:00
parent a1c3e07fd5
commit 6f630248ff
5 changed files with 27 additions and 14 deletions

View File

@@ -61,7 +61,7 @@ int main(int argc, char *argv[])
struct sr_context *sr_ctx = NULL;
const char *open_file = NULL;
DSApplication a(argc, argv);
QApplication a(argc, argv);
// Set some application metadata
QApplication::setApplicationVersion(DS_VERSION_STRING);