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:
@@ -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 & );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user