[nostalgia/studio] Get Studio running with MSVC

This commit is contained in:
2020-02-16 01:45:37 -06:00
parent 74e6a4cbff
commit debb3eb981
4 changed files with 26 additions and 15 deletions
+2 -1
View File
@@ -40,7 +40,8 @@ MainWindow::MainWindow(QString profilePath) {
if (file.exists()) {
file.open(QIODevice::ReadOnly);
QTextStream in(&file);
readJson(in.readAll(), &m_profile);
oxThrowError(readJson(in.readAll(), &m_profile));
qDebug() << m_profile.appName;
}
auto screenSize = QApplication::screens().first()->geometry();