mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 11:52:25 +00:00
get rid of QT3_SUPPORT and some cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14731 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
773f079a56
commit
8eb5da91da
@ -31,7 +31,7 @@ class QResizeEvent;
|
|||||||
class IconPalette : public QWidget {
|
class IconPalette : public QWidget {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
IconPalette(QWidget * parent, char const * name = 0);
|
IconPalette(QWidget * parent);
|
||||||
|
|
||||||
/// add a button
|
/// add a button
|
||||||
void add(QPixmap const & pixmap, std::string name, std::string tooltip);
|
void add(QPixmap const & pixmap, std::string name, std::string tooltip);
|
||||||
|
Loading…
Reference in New Issue
Block a user