Fix warning, and add ToolTip to Linux build.

This commit is contained in:
Stephen Anthony 2020-11-16 09:50:50 -03:30
parent 6e88a95965
commit fc7a21285f
2 changed files with 2 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class Dialog : public GuiObject
*/
bool shouldResize(uInt32& w, uInt32& h) const;
ToolTip& tooltip() { return *_toolTip; };
ToolTip& tooltip() { return *_toolTip; }
//bool enableToolTip();
//void showToolTip(int x, int y);
//void hideToolTip();

View File

@ -49,6 +49,7 @@ MODULE_OBJS := \
src/gui/TimeLineWidget.o \
src/gui/TimeMachineDialog.o \
src/gui/TimeMachine.o \
src/gui/ToolTip.o \
src/gui/UndoHandler.o \
src/gui/UIDialog.o \
src/gui/VideoAudioDialog.o \