Skip to content

Commit

Permalink
Copy strings, fixes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Jul 27, 2020
1 parent 8a531b2 commit b7dc96d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/menu/songmenu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Q_OBJECT
QWidget *parent;
spt::Spotify &spotify;
bool isLiked;
const QString &trackId;
const QString &artist;
const QString &name;
const QString trackId;
const QString artist;
const QString name;
QString track;
const spt::Playlist *currentPlaylist = nullptr;

Expand Down

0 comments on commit b7dc96d

Please sign in to comment.