We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b50c9 commit bb35af3Copy full SHA for bb35af3
1 file changed
src/connectdlg.cpp
@@ -1126,6 +1126,8 @@ void CConnectDlg::UpdateDirectoryComboBox()
1126
1127
void CConnectDlg::OnCurrentServerItemChanged ( QTreeWidgetItem* current, QTreeWidgetItem* )
1128
{
1129
+ Q_UNUSED ( current );
1130
+
1131
// Announce the currently selected server or client to screen readers.
1132
#if QT_VERSION >= QT_VERSION_CHECK( 6, 8, 0 )
1133
if ( !current )
0 commit comments