OTHER: get rid of XMMSHandler and update classes using it
This commit is contained in:
parent
786b745d55
commit
982660510a
33 changed files with 145 additions and 266 deletions
|
|
@ -13,9 +13,11 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include "XMMSHandler.h"
|
||||
#include "xclient.h"
|
||||
#include "BrowseModel.h"
|
||||
|
||||
#include "application.h"
|
||||
|
||||
#include <QAbstractTableModel>
|
||||
#include <QString>
|
||||
#include <QIcon>
|
||||
|
|
@ -36,7 +38,7 @@ BrowseModel::BrowseModel (QWidget *parent) : QAbstractTableModel ()
|
|||
{
|
||||
m_columns.append ("Name");
|
||||
m_style = parent->style ();
|
||||
m_client = XMMSHandler::getInstance ().getClient ();
|
||||
m_client = App->client ()->getClient ();
|
||||
m_filter_dot = true;
|
||||
//list_root ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue