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:
parent
fe9b3fb13e
commit
3da2b903ed
2 changed files with 51 additions and 42 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue