~ubuntu-branches/ubuntu/saucy/clementine/saucy

« back to all changes in this revision

Viewing changes to src/widgets/fileview.h

  • Committer: Package Import Robot
  • Author(s): Thomas PIERSON
  • Date: 2012-01-01 20:43:39 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120101204339-lsb6nndwhfy05sde
Tags: 1.0.1+dfsg-1
New upstream release. (Closes: #653926, #651611, #657391)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  FileView(QWidget* parent = 0);
43
43
  ~FileView();
44
44
 
 
45
  static const char* kFileFilter;
 
46
 
45
47
  void SetPath(const QString& path);
46
48
  void SetTaskManager(TaskManager* task_manager);
47
49
 
102
104
  boost::shared_ptr<MusicStorage> storage_;
103
105
 
104
106
  QString lazy_set_path_;
 
107
 
 
108
  QStringList filter_list_;
105
109
};
106
110
 
107
111
#endif // FILEVIEW_H