mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
GuiBox.cpp: a compile fix
This commit is contained in:
parent
324abefd53
commit
51e3b026b2
@ -172,7 +172,7 @@ void GuiBox::fillComboColor(QComboBox * combo, bool const is_none)
|
||||
if (is_none)
|
||||
combo->addItem(toqstr(translateIfPossible(lcolor.getGUIName(Color_none))),
|
||||
toqstr(lcolor.getLaTeXName(Color_none)));
|
||||
typename QList<ColorCode>::const_iterator cit = color_codes_.begin() + 1;
|
||||
QList<ColorCode>::const_iterator cit = color_codes_.begin() + 1;
|
||||
for (; cit != color_codes_.end(); ++cit) {
|
||||
QString const latexname = toqstr(lcolor.getLaTeXName(*cit));
|
||||
QString const guiname = toqstr(translateIfPossible(lcolor.getGUIName(*cit)));
|
||||
|
Loading…
Reference in New Issue
Block a user