general code cleaning

This commit is contained in:
Andrzej Rybczak
2009-02-15 19:15:52 +01:00
parent 4cdafc5639
commit e6bd98e0a7
24 changed files with 519 additions and 840 deletions

View File

@@ -21,7 +21,6 @@
#ifndef _BROWSER_H
#define _BROWSER_H
#include "mpdpp.h"
#include "ncmpcpp.h"
#include "screen.h"
@@ -39,6 +38,8 @@ class Browser : public Screen< Menu<MPD::Item> >
virtual void EnterPressed();
virtual void SpacePressed();
virtual MPD::Song *CurrentSong();
const std::string &CurrentDir() { return itsBrowsedDir; }
void GetDirectory(std::string, std::string = "/");