| 111 | } |
| 112 | |
| 113 | QAbstractItemModel* JsonOptionsWidget::model() { |
| 114 | return m_model; |
| 115 | } |
| 116 | |
| 117 | void JsonOptionsWidget::setTooltips() { |
| 118 | const QString textNumberFormatShort = i18n("This option determines how the imported strings have to be converted to numbers."); |
no outgoing calls
no test coverage detected