Skip to content
Snippets Groups Projects
Commit 427cc3e8 authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

[Style] Fixed file path

parent aaca2ed1
Branches
Tags
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
SkywardHubMainWindow::SkywardHubMainWindow(QWidget* parent) SkywardHubMainWindow::SkywardHubMainWindow(QWidget* parent)
: QMainWindow(parent) : QMainWindow(parent)
{ {
QFile styleSheet(":/Resources/Styles/global.qss"); QFile styleSheet(":/assets/styles/global.qss");
styleSheet.open(QFile::ReadOnly); styleSheet.open(QFile::ReadOnly);
setStyleSheet(styleSheet.readAll()); setStyleSheet(styleSheet.readAll());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment