Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/e12e91180dceeec35f364b450d703fde3554547d?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

MAC compilation warning

preferencesAboutTextFull
Anatoly Mihalchenko 13 years ago
parent d1880119ea
commit e12e91180d
  1. 2
      src/desktop/UBDesktopPalette.cpp

@ -23,9 +23,9 @@
UBDesktopPalette::UBDesktopPalette(QWidget *parent, UBRightPalette* _rightPalette)
: UBActionPalette(Qt::TopLeftCorner, parent)
, rightPalette(_rightPalette)
, mShowHideAction(0)
, mDisplaySelectAction(0)
, rightPalette(_rightPalette)
{
QList<QAction*> actions;

Loading…
Cancel
Save