Skip to content

Commit

Permalink
Fix for clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
softins committed Nov 20, 2024
1 parent 42faa26 commit 75792ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/clientdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,8 @@ CClientDlg::CClientDlg ( CClient* pNCliP,
QAction* ByCityAction =
pViewMenu->addAction ( tr ( "Sort Users by &City" ), this, SLOT ( OnSortChannelsByCity() ), QKeySequence ( Qt::CTRL + Qt::Key_T ) );

QAction* ByServerChannelAction = pViewMenu->addAction ( tr ( "Sort Users by Chann&el" ),
this,
SLOT ( OnSortChannelsByChannel() ),
QKeySequence ( Qt::CTRL + Qt::Key_E ) );
QAction* ByServerChannelAction =
pViewMenu->addAction ( tr ( "Sort Users by Chann&el" ), this, SLOT ( OnSortChannelsByChannel() ), QKeySequence ( Qt::CTRL + Qt::Key_E ) );

OwnFaderFirstAction->setCheckable ( true );
OwnFaderFirstAction->setChecked ( pSettings->bOwnFaderFirst );
Expand Down

0 comments on commit 75792ae

Please sign in to comment.