Signature not normalized.
-
Hello all,
I have a warning that is driving me crazy.
It is; Signature is not normalized. Use selectionChanged(QItemSelection, QItemSelection) instead of selectionChanged(QItemSelection, QItemSelection) [clazy-connect-not-normalized]
It appears to be telling me to use what I am using.
The code is;
connect(ui->csrSupportUserTable->selectionModel(), SIGNAL(selectionChanged(QItemSelection, QItemSelection)), this, SLOT(lineSelected()));
I am using Qt 6.4.2 , QtCreator 12.0.2 Community on Windows 10. Any help would be greatly apprciated.
-
Hello all,
I have a warning that is driving me crazy.
It is; Signature is not normalized. Use selectionChanged(QItemSelection, QItemSelection) instead of selectionChanged(QItemSelection, QItemSelection) [clazy-connect-not-normalized]
It appears to be telling me to use what I am using.
The code is;
connect(ui->csrSupportUserTable->selectionModel(), SIGNAL(selectionChanged(QItemSelection, QItemSelection)), this, SLOT(lineSelected()));
I am using Qt 6.4.2 , QtCreator 12.0.2 Community on Windows 10. Any help would be greatly apprciated.
-
Hello all,
I have a warning that is driving me crazy.
It is; Signature is not normalized. Use selectionChanged(QItemSelection, QItemSelection) instead of selectionChanged(QItemSelection, QItemSelection) [clazy-connect-not-normalized]
It appears to be telling me to use what I am using.
The code is;
connect(ui->csrSupportUserTable->selectionModel(), SIGNAL(selectionChanged(QItemSelection, QItemSelection)), this, SLOT(lineSelected()));
I am using Qt 6.4.2 , QtCreator 12.0.2 Community on Windows 10. Any help would be greatly apprciated.
-