Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/commit/7e54c05ddf3bb42ba595e0b7a540bd116823b880 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Added missing files

preferencesAboutTextFull
shibakaneki 14 years ago
parent ac9d6197b8
commit 7e54c05ddf
  1. 4
      src/gui/UBDockPalette.h

@ -125,11 +125,13 @@ protected:
QVector<UBDockPaletteWidget*> mTabWidgets;
/** The current widget */
QVector<UBDockPaletteWidget*> mRegisteredWidgets;
/** The current tab widget */
QString mCrntTabWidget;
private slots:
void onToolbarPosUpdated();
void onResizeRequest(QResizeEvent* event);
void onAllDownloadsFinished();
private:
void tabClicked(int tabIndex);

Loading…
Cancel
Save