]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiDocument.h
less string conversions as long as we stay in the frontend
[features.git] / src / frontends / qt4 / GuiDocument.h
index 980fdc5173723fea859e16fb90659a98556fcc85..7ebeae461f16d2e2e3016d9c3f5096c7fe9559a9 100644 (file)
@@ -160,8 +160,8 @@ private:
 
        GuiSelectionManager * selectionManager;
 
-       // FIXME
-       std::vector<std::string> lang_;
+       ///
+       QStringList lang_;
 
        /// Available modules
        GuiIdListModel * availableModel() { return &modules_av_model_; }