mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 06:17:17 +02:00
Fix minor error
This commit is contained in:
parent
7d1d7f7bcd
commit
c277cc7574
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ bool TabletProxy::isMessageDialogOpen() {
|
|||
void TabletProxy::closeDialog() {
|
||||
if (QThread::currentThread() != thread()) {
|
||||
bool result = false;
|
||||
QMetaObject::invokeMethod(this, "isMessageDialogOpen");
|
||||
QMetaObject::invokeMethod(this, "closeDialog");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue