Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/bd2feb05e6fc16de6bece6bac3e3929e9711f2ac?style=unified&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
2 additions and
19 deletions
src/gui/UBTeacherGuideDelegate.cpp
src/gui/UBTeacherGuideDelegate.h
src/gui/gui.pri
@ -1,5 +0,0 @@
# include "UBTeacherGuideDelegate.h"
UBTeacherGuideDelegate : : UBTeacherGuideDelegate ( )
{
}
@ -1,10 +0,0 @@
# ifndef UBTEACHERGUIDEDELEGATE_H
# define UBTEACHERGUIDEDELEGATE_H
class UBTeacherGuideDelegate
{
public :
UBTeacherGuideDelegate ( ) ;
} ;
# endif // UBTEACHERGUIDEDELEGATE_H
@ -50,8 +50,7 @@ HEADERS += src/gui/UBThumbnailView.h \
src/gui/UBFeaturesActionBar.h \
src/gui/UBDockTeacherGuideWidget.h \
src/gui/UBTeacherGuideWidget.h \
src/gui/UBTeacherGuideWidgetsTools.h \
src/gui/UBTeacherGuideDelegate.h
src/gui/UBTeacherGuideWidgetsTools.h
SOURCES += src/gui/UBThumbnailView.cpp \
src/gui/UBFloatingPalette.cpp \
@ -104,8 +103,7 @@ SOURCES += src/gui/UBThumbnailView.cpp \
src/gui/UBFeaturesActionBar.cpp \
src/gui/UBDockTeacherGuideWidget.cpp \
src/gui/UBTeacherGuideWidget.cpp \
src/gui/UBTeacherGuideWidgetsTools.cpp \
src/gui/UBTeacherGuideDelegate.cpp
src/gui/UBTeacherGuideWidgetsTools.cpp
win32 {