We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31c08b commit c83235cCopy full SHA for c83235c
src/gui/sdmconsole/registerconfigdialog.cpp
@@ -561,7 +561,7 @@ void FifoPage::importFromCSV() try {
561
QTextStream ts(&f);
562
std::vector<sdm_reg_t> data;
563
564
- if(d.filteredExtension()=="hex") {
+ if(filename.endsWith("hex",Qt::CaseInsensitive)) {
565
while(!ts.atEnd()) {
566
QString line=ts.readLine();
567
auto val=line.toULong(nullptr,16);
0 commit comments