| 111 | } |
| 112 | |
| 113 | void APIPage::updateBaseURLNote(int index) |
| 114 | { |
| 115 | if (baseURLPasteType == index) |
| 116 | { |
| 117 | ui->baseURLNote->hide(); |
| 118 | } |
| 119 | else if (!ui->baseURLEntry->text().isEmpty()) |
| 120 | { |
| 121 | ui->baseURLNote->show(); |
| 122 | } |
| 123 | } |
| 124 | |
| 125 | void APIPage::updateBaseURLPlaceholder(int index) |
| 126 | { |