mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Remove slot/signal connection leftover from testing.
This commit is contained in:
@@ -39,8 +39,6 @@ SiblingCrumbButton::SiblingCrumbButton(
|
|||||||
{
|
{
|
||||||
|
|
||||||
setIndex(index);
|
setIndex(index);
|
||||||
connect(this, SIGNAL(clicked()),
|
|
||||||
this, SLOT(updateNavigatorCurrentIndex()));
|
|
||||||
connect(m_combo, SIGNAL(activated(int)), SLOT(comboboxActivated(int)));
|
connect(m_combo, SIGNAL(activated(int)), SLOT(comboboxActivated(int)));
|
||||||
|
|
||||||
// QTimer::singleShot(0, this, SLOT(activateSelf()));
|
// QTimer::singleShot(0, this, SLOT(activateSelf()));
|
||||||
|
Reference in New Issue
Block a user