1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

QML: Set Root component as a plain Item

This commit is contained in:
Bumsik Kim 2018-05-13 18:27:06 -04:00
parent fe9b3fb13e
commit 3da2b903ed
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
2 changed files with 51 additions and 42 deletions

View file

@ -621,6 +621,10 @@ class Backend(QObject):
else:
print("stopVNC called while it is not running")
@pyqtSlot()
def clearCache(self):
engine.clearComponentCache()
@pyqtSlot()
def quitProgram(self):
# Save settings first