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