Edit dialog via double click
This commit is contained in:
parent
3d2e182d4f
commit
c4d2fa3ffa
4 changed files with 22 additions and 16 deletions
|
|
@ -31,10 +31,11 @@ private slots:
|
|||
void updatePosition(int position);
|
||||
void updateDuration(int duration);
|
||||
void on_addSongButton_clicked();
|
||||
void on_editSongButton_clicked();
|
||||
void on_removeSongButton_clicked();
|
||||
void on_advancedSettingsButton_clicked();
|
||||
|
||||
void on_songListView_doubleClicked(const QModelIndex &index);
|
||||
|
||||
void songGenerated(const QString &filePath);
|
||||
void playNextSong();
|
||||
void playbackStarted();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue