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

deleted a connect (no more adjustSize())

preferencesAboutTextFull
Clément Fauconnier 7 years ago
parent aefc18041b
commit c5f8c07e4f
  1. 1
      src/document/UBDocumentController.cpp

@ -2017,7 +2017,6 @@ void UBDocumentController::setupViews()
connect(mDocumentUI->sortKind, SIGNAL(activated(int)), this, SLOT(onSortKindChanged(int)));
connect(mDocumentUI->sortOrder, SIGNAL(toggled(bool)), this, SLOT(onSortOrderChanged(bool)));
connect(mDocumentUI->documentTreeView->itemDelegate(), SIGNAL(closeEditor(QWidget*,QAbstractItemDelegate::EndEditHint) ), mDocumentUI->documentTreeView, SLOT(adjustSize()));
connect(mDocumentUI->documentTreeView->selectionModel(), SIGNAL(selectionChanged(QItemSelection,QItemSelection)), this, SLOT(TreeViewSelectionChanged(QItemSelection,QItemSelection)));
connect(UBPersistenceManager::persistenceManager()->mDocumentTreeStructureModel, SIGNAL(indexChanged(QModelIndex,QModelIndex))
,mDocumentUI->documentTreeView, SLOT(onModelIndexChanged(QModelIndex,QModelIndex)));

Loading…
Cancel
Save