mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:21:16 +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() {
|
void TabletProxy::closeDialog() {
|
||||||
if (QThread::currentThread() != thread()) {
|
if (QThread::currentThread() != thread()) {
|
||||||
bool result = false;
|
bool result = false;
|
||||||
QMetaObject::invokeMethod(this, "isMessageDialogOpen");
|
QMetaObject::invokeMethod(this, "closeDialog");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue