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

Removed Linux-specific define (didn't work; the function wasn't defined when compiling on Linux, for some reason)

preferencesAboutTextFull
Craig Watson 10 years ago
parent 1727264325
commit 5d46891984
  1. 4
      src/desktop/UBDesktopPalette.h

@ -55,9 +55,9 @@ class UBDesktopPalette : public UBActionPalette
void windowClick(); void windowClick();
void screenClick(); void screenClick();
#ifdef Q_OS_LINUX //#ifdef Q_OS_LINUX //TODO: check why this produces an error on linux if uncommented
void refreshMask(); void refreshMask();
#endif //#endif
public slots: public slots:

Loading…
Cancel
Save