aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/templates/qquickpopup.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/templates/qquickpopup.cpp b/src/templates/qquickpopup.cpp
index f3be6189..7df828ae 100644
--- a/src/templates/qquickpopup.cpp
+++ b/src/templates/qquickpopup.cpp
@@ -562,8 +562,7 @@ void QQuickPopup::close()
{
Q_D(QQuickPopup);
if (!d->overlay) {
- // TODO This could mean we opened the popup item in a plain QQuickWindow
- qmlInfo(this) << "trying to close non-visible Popup.";
+ // popup already closed
return;
}