mirror of
https://github.com/lubosz/overte.git
synced 2025-04-17 19:46:14 +02:00
Clean-up for compiler warnings
This commit is contained in:
parent
c277cc7574
commit
2d9a5c62c1
1 changed files with 0 additions and 1 deletions
|
@ -433,7 +433,6 @@ bool TabletProxy::isMessageDialogOpen() {
|
|||
|
||||
void TabletProxy::closeDialog() {
|
||||
if (QThread::currentThread() != thread()) {
|
||||
bool result = false;
|
||||
QMetaObject::invokeMethod(this, "closeDialog");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue