fix style errors.

This commit is contained in:
Ilya Selyuminov 2016-09-13 14:35:47 +03:00
parent 43c2c636d2
commit dc2ad805c4
1 changed files with 18 additions and 19 deletions

View File

@ -419,8 +419,7 @@ void PlaylistTabBar::PlaylistFavoritedSlot(int id, bool favorite) {
}
}
void PlaylistTabBar::ExpandNames()
{
void PlaylistTabBar::ExpandNames() {
switch (elideMode()) {
case Qt::ElideNone: {
setElideMode(Qt::ElideRight);