mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 15:33:51 +00:00
new feature: changing the name of modes
This commit is contained in:
parent
6b81b307b7
commit
0cdc4b138a
4 changed files with 33 additions and 4 deletions
|
|
@ -29,7 +29,7 @@ public:
|
|||
Mode* getMode(int index);
|
||||
std::vector<Mode*> getModes();
|
||||
|
||||
bool nameAllowed(const QString &name);
|
||||
bool nameAllowed(const QString &name, unsigned int ignoreIndex=-1);
|
||||
int findIndex(Mode *targetMode);
|
||||
Mode* findFirstOfType(Mode::Type t);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue