Skip to content

Commit f902bc2

Browse files
committed
clang-format
1 parent 04c094c commit f902bc2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/connectdlg.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#include "connectdlg.h"
2626

27-
#if QT_VERSION >= QT_VERSION_CHECK(6, 8, 0)
27+
#if QT_VERSION >= QT_VERSION_CHECK( 6, 8, 0 )
2828
# include <QAccessible>
2929
# include <QAccessibleAnnouncementEvent>
3030
#endif
@@ -1116,15 +1116,15 @@ void CConnectDlg::UpdateDirectoryComboBox()
11161116

11171117
void CConnectDlg::OnCurrentServerItemChanged ( QTreeWidgetItem* current, QTreeWidgetItem* )
11181118
{
1119-
#if QT_VERSION >= QT_VERSION_CHECK(6, 8, 0)
1119+
#if QT_VERSION >= QT_VERSION_CHECK( 6, 8, 0 )
11201120
if ( !current )
11211121
return;
11221122

11231123
QString announcement;
11241124
if ( current->parent() )
11251125
{
11261126
// It's a client
1127-
announcement = current->text ( LVC_NAME );
1127+
announcement = current->text ( LVC_NAME );
11281128
QVariant countryData = current->data ( LVC_NAME, Qt::UserRole );
11291129
if ( countryData.isValid() )
11301130
{

0 commit comments

Comments
 (0)