mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Switch to CMake
This commit is contained in:
parent
c8358d7e37
commit
88841f63ca
94 changed files with 1553 additions and 956 deletions
|
@ -822,7 +822,7 @@ void MainWindow::writeBackup()
|
|||
cd->exec();
|
||||
}
|
||||
|
||||
int MainWindow::getFileType(const QString &fullFileName)
|
||||
int MainWindow::getFileType(const QString & fullFileName)
|
||||
{
|
||||
if(QFileInfo(fullFileName).suffix().toUpper()=="HEX") return FILE_TYPE_HEX;
|
||||
if(QFileInfo(fullFileName).suffix().toUpper()=="BIN") return FILE_TYPE_BIN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue