Skip to content

Commit

Permalink
Release on 2.6.1.0 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Greedysky committed Oct 8, 2017
1 parent 6258480 commit 7646783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = TTKMusicplayer
PROJECT_NUMBER = 2.6.0.0
PROJECT_NUMBER = 2.6.1.0
PROJECT_BRIEF = "TTKMusicPlayer that imitation Kugou music, the music player use of qmmp core library based on Qt for windows and linux"
PROJECT_LOGO = TTKResource/lb_player_logo.png
OUTPUT_DIRECTORY = TTKDocs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ MusicSongsListPlayedTableWidget::MusicSongsListPlayedTableWidget(QWidget *parent
: MusicSongsListAbstractTableWidget(parent)
{
setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
setSelectionMode(QAbstractItemView::SingleSelection);
setColumnCount(5);

Expand Down

0 comments on commit 7646783

Please sign in to comment.