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

fixed return value

preferencesAboutTextFull
unknown 13 years ago
parent ceca63c42e
commit 1f9ac9680a
  1. 3
      src/board/UBBoardController.cpp

@ -1823,8 +1823,7 @@ UBGraphicsWidgetItem *UBBoardController::addW3cWidget(const QUrl &pUrl, const QP
tmpItem->widgetWebView()->takeSnapshot().save(snapshotPath, "PNG"); tmpItem->widgetWebView()->takeSnapshot().save(snapshotPath, "PNG");
} }
return w3cWidgetItem;
return 0;
} }
void UBBoardController::cut() void UBBoardController::cut()

Loading…
Cancel
Save