File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
11171117void 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 {
You can’t perform that action at this time.
0 commit comments