View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0015277 | Scribus | Internal | public | 2018-04-28 16:19 | 2019-06-04 20:56 |
| Reporter | dcb | Assigned To | jghali | ||
| Priority | low | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.4.7 | ||||
| Fixed in Version | 1.5.5.svn | ||||
| Summary | 0015277: Warning: same iterator is used with different containers | ||||
| Description | scribus-1.4.7/scribus/plugins/tools/hunspellcheck/hunspelldialog.cpp:41]: (error) Same iterator is used with different containers 'm_dictionaryMap' and 'dictionaryMap'. Source code is QMap<QString, QString>::iterator it = m_dictionaryMap->begin(); while (it != dictionaryMap->end()) Maybe better code QMap<QString, QString>::iterator it = m_dictionaryMap->begin(); while (it != m_dictionaryMap->end()) | ||||
| Tags | No tags attached. | ||||
| Patch | No | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-04-28 16:19 | dcb | New Issue | |
| 2018-04-29 00:45 | jghali | Summary | scribus-1.4.7/scribus/plugins/tools/hunspellcheck/hunspelldialog.cpp:41: wrong iterator ? => Warning: same iterator is used with different containers |
| 2018-04-29 00:48 | jghali | Assigned To | => jghali |
| 2018-04-29 00:48 | jghali | Status | new => resolved |
| 2018-04-29 00:48 | jghali | Resolution | open => fixed |
| 2018-04-29 00:48 | jghali | Fixed in Version | => 1.5.5.svn |
| 2018-04-29 00:48 | jghali | Note Added: 0045187 | |
| 2018-04-29 02:40 | jghali | Category | Plug-ins => Internal |
| 2019-06-04 20:56 | cbradney | Status | resolved => closed |