Skip to content

Commit

Permalink
change lurframe2 main file close
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-home committed Aug 19, 2017
1 parent a295fd4 commit fb2f15a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DemoPlot
Submodule DemoPlot updated from f68c5e to dffb5e
1 change: 1 addition & 0 deletions LUIFrame2/main.cpp
Expand Up @@ -23,6 +23,7 @@ int main(int argc, char *argv[])
file.open (QFile::ReadOnly);
QString css = QLatin1String(file.readAll ());
qApp->setStyleSheet (css);
file.close ();

AppInit init;
init.init ();
Expand Down

0 comments on commit fb2f15a

Please sign in to comment.