mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20650 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f318fbf36c
commit
8ae95bb178
@ -20,8 +20,7 @@
|
||||
|
||||
#include <QList>
|
||||
#include <QToolBar>
|
||||
|
||||
class QComboBox;
|
||||
#include <QComboBox>
|
||||
|
||||
namespace lyx {
|
||||
|
||||
@ -86,7 +85,7 @@ private:
|
||||
GuiCommandBuffer * command_buffer_;
|
||||
};
|
||||
|
||||
/// return a full path of an XPM for the given action
|
||||
/// return a full path of an .png for the given action
|
||||
std::string const getIcon(FuncRequest const & f, bool unknown = true);
|
||||
|
||||
} // namespace frontend
|
||||
|
Loading…
Reference in New Issue
Block a user