More UI work
This commit is contained in:
parent
2deadc6cfb
commit
c6713d0876
15 changed files with 352 additions and 75 deletions
|
|
@ -258,7 +258,6 @@ QString SQLiteSaveFile::getNextAutoTagName()
|
|||
bool ok = false;
|
||||
int numericSuffix = res.captured(2).toInt(&ok);
|
||||
QString stringPrefix = res.captured(1);
|
||||
qDebug() << "Name has match" << stringPrefix << numericSuffix;
|
||||
|
||||
if (ok) {
|
||||
do {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue