Removed useless connect.

preferencesAboutTextFull
Aleksei Kanash 12 years ago
parent 5de929d3e8
commit d9c21b829b
  1. 1
      src/gui/UBDocumentNavigator.cpp

@ -59,7 +59,6 @@ UBDocumentNavigator::UBDocumentNavigator(QWidget *parent, const char *name):QGra
connect(UBApplication::boardController, SIGNAL(newPageAdded()), this, SLOT(addNewPage()));
connect(mScene, SIGNAL(selectionChanged()), this, SLOT(onSelectionChanged()));
connect(UBApplication::boardController, SIGNAL(documentReorganized(int)), this, SLOT(onMovedToIndex(int)));
connect(UBApplication::boardController, SIGNAL(scrollToSelectedPage()), this, SLOT(onScrollToSelectedPage()));
}
/**

Loading…
Cancel
Save