ResourceBrowser: integrated new ManageResourceLocationsDialog

Clicking the "Manage locations" button now opens an instance of the new
ManageResourceLocationsDialog.

Furthermore renamed ResourceBrowser::manageDirectories() to
ResourceBrowser::manageLocations().
This commit is contained in:
Tobias Doerffel
2010-10-08 13:36:48 +02:00
parent 654420d5f5
commit 80a9f6c0de
2 changed files with 7 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
/*
* ResourceBrowser.h - header file for ResourceBrowser
*
* Copyright (c) 2009 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2009-2010 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net
*
@@ -22,7 +22,6 @@
*
*/
#ifndef _RESOURCE_BROWSER_H
#define _RESOURCE_BROWSER_H
@@ -53,7 +52,7 @@ private slots:
void stopPreview();
void triggerDefaultAction( const QModelIndex & _idx );
void updateFilterStatus();
void manageDirectories();
void manageLocations();
void currentChanged( const QModelIndex &, const QModelIndex & );