MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / setupToolbar

Method setupToolbar

src/document/UBDocumentController.cpp:2494–2498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2492
2493
2494void UBDocumentController::setupToolbar()
2495{
2496 UBApplication::app()->insertSpaceToToolbarBeforeAction(mMainWindow->documentToolBar, mMainWindow->actionBoard);
2497 connect(mMainWindow->actionDocumentTools, SIGNAL(triggered()), this, SLOT(toggleDocumentToolsPalette()));
2498}
2499
2500void UBDocumentController::setupPalettes()
2501{

Callers

nothing calls this directly

Tested by

no test coverage detected