Add XXX note about LogsWindow::isVisible_
This commit is contained in:
parent
0e72a58dd7
commit
f92161e755
@ -59,8 +59,12 @@ private:
|
||||
QLabel *alert_{nullptr};
|
||||
QPropertyAnimation *alertAnime_{nullptr};
|
||||
QString windowTitle_;
|
||||
bool isVisible_{false};
|
||||
bool isVisible_{false}; // see XXX below
|
||||
QObject *logsModelTest_;
|
||||
|
||||
// XXX: We cannot use isVisible() instead of isVisible_ since
|
||||
// LogsWindow::isVisible() returns true even when the parent LogsDock
|
||||
// is tabified but not the selected tab
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user