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

« back to all changes in this revision

Viewing changes to src/songinfo/tagwidget.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:
83
83
 
84
84
signals:
85
85
  void AddToPlaylist(QMimeData* data);
 
86
  void DoGlobalSearch(const QString& query);
86
87
 
87
88
private slots:
88
89
  void TagClicked();
89
90
 
90
 
  void PlayLastFmTagRadio();
91
 
  void PlayLastFmArtistRadio();
92
 
  void PlayFromLibrary();
93
 
 
94
91
private:
95
 
  void EnsureMenuCreated();
96
92
  void PlayLastFm(const QString& url_pattern);
97
93
 
98
94
private:
99
95
  Type type_;
100
96
  QIcon icon_;
101
97
  QList<TagWidgetTag*> tags_;
102
 
 
103
 
  QString context_item_;
104
 
  QMenu* menu_;
105
98
};
106
99
 
107
100
#endif // TAGWIDGET_H