mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Minor change to be able to compile with Qt < 5.4
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4541 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -80,7 +80,7 @@ bool ElementsCollectionWidget::event(QEvent *event)
|
||||
{
|
||||
if (m_first_show && event->type() == QEvent::WindowActivate) {
|
||||
m_first_show = false;
|
||||
QTimer::singleShot(250, this, &ElementsCollectionWidget::reload);
|
||||
QTimer::singleShot(250, this, SLOT(reload()));
|
||||
}
|
||||
|
||||
return QWidget::event(event);
|
||||
|
||||
Reference in New Issue
Block a user