mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Weird, where did this come from?!
This commit is contained in:
@@ -163,7 +163,7 @@ TomahawkWindow::TomahawkWindow( QWidget* parent )
|
|||||||
|
|
||||||
qtsparkle::Updater* updater = new qtsparkle::Updater( updaterUrl, this );
|
qtsparkle::Updater* updater = new qtsparkle::Updater( updaterUrl, this );
|
||||||
updater->SetNetworkAccessManager( TomahawkUtils::nam() );
|
updater->SetNetworkAccessManager( TomahawkUtils::nam() );
|
||||||
updater->SetVersion( VERSION );
|
updater->SetVersion( TOMAHAWK_VERSION );
|
||||||
|
|
||||||
ui->menu_Help->addSeparator();
|
ui->menu_Help->addSeparator();
|
||||||
QAction* checkForUpdates = ui->menu_Help->addAction( tr( "Check For Updates...") );
|
QAction* checkForUpdates = ui->menu_Help->addAction( tr( "Check For Updates...") );
|
||||||
|
Reference in New Issue
Block a user