removing presWindow showing so I can finally utilize it

This commit is contained in:
Chris Cochrun 2023-05-19 09:17:56 -05:00
parent b030e721fc
commit 044e58563c

View file

@ -249,7 +249,7 @@ int main(int argc, char *argv[])
QQuickWindow *PresWindow = new QQuickWindow; QQuickWindow *PresWindow = new QQuickWindow;
qDebug() << PresWindow; qDebug() << PresWindow;
PresWindow->create(); PresWindow->create();
PresWindow->setVisible(true); // PresWindow->setVisible(true);
qDebug() << PresWindow->isVisible(); qDebug() << PresWindow->isVisible();
window->setIcon(QIcon::fromTheme(QStringLiteral("system-config-display"))); window->setIcon(QIcon::fromTheme(QStringLiteral("system-config-display")));