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