removing presWindow showing so I can finally utilize it
This commit is contained in:
parent
b030e721fc
commit
044e58563c
1 changed files with 1 additions and 1 deletions
|
@ -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")));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue