forked from len0rd/rockbox
rbutil: Modernize connect() calls.
Auto fixed by clazy. Change-Id: Ib7cce8c0a85f8f915263980bf5d2508a4b19bbe3
This commit is contained in:
parent
dce2ccdd96
commit
6ff75b475c
13 changed files with 109 additions and 110 deletions
|
|
@ -73,7 +73,7 @@ PreviewLabel::PreviewLabel(QWidget * parent, Qt::WindowFlags f)
|
|||
|
||||
hovertimer.setInterval(1500); // wait for 1.5 seconds before showing the Fullsize Preview
|
||||
hovertimer.setSingleShot(true);
|
||||
connect(&hovertimer,SIGNAL(timeout ()),this,SLOT(timeout()));
|
||||
connect(&hovertimer, &QTimer::timeout, this, &PreviewLabel::timeout);
|
||||
}
|
||||
|
||||
void PreviewLabel::mouseMoveEvent(QMouseEvent * event)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue