diff options
Diffstat (limited to 'shemov.cpp')
| -rw-r--r-- | shemov.cpp | 14 | 
1 files changed, 0 insertions, 14 deletions
| @@ -465,14 +465,6 @@ void SheMov::createActions(){      connect(aFilesMapper, SIGNAL(mapped(QObject*)), controller->archiveFiles(), SLOT(toggleHeader(QObject*)));      controller->archiveFiles()->setHeaderGroup(mArchiveFilesAG); -	//file view hover -	mFSHoverGroup = new QActionGroup(this); -	mFSHoverGroup->setExclusive(false); -	mHoverDirectoriesA = new QAction(QIcon(":/french_maid_dress.png"), tr("Hover over directories"), this); -	mHoverDirectoriesA->setData("ui/hoverdirs"); -	mHoverDirectoriesA->setCheckable(true); -	mFSHoverGroup->addAction(mHoverDirectoriesA); -      /* very unfortunate naming of variables:       * picViewer: the actual PictureViewer2 window       * picView: the picture files TreeView @@ -698,9 +690,6 @@ void SheMov::createMenus(){  	//FileSystem view menu  	mFSViewMenu = new QMenu(tr("&View"), this); -	mFSHoverMenu = new QMenu(tr("Hover over"), this); -	mFSHoverMenu->addActions(mFSHoverGroup->actions()); -	mFSViewMenu->addMenu(mFSHoverMenu);      mFSViewMenu->addSeparator();      QMenu *fsHeaderMenu = new QMenu(tr("Show headers"), this);      fsHeaderMenu->addActions(mFileSysHeaderGroup->actions()); @@ -848,8 +837,6 @@ void SheMov::createToolBar(){  	toolBar->addSeparator();      toolBar->addActions(mPicActionGroup->actions());      toolBar->addAction(mPVToggleA); -    toolBar->addSeparator(); -	toolBar->addAction(mHoverDirectoriesA);  	toolBar->addSeparator();  	toolBar->addAction(mMountDvdA);  	addToolBar(Qt::LeftToolBarArea, toolBar); @@ -867,7 +854,6 @@ void SheMov::readSettings(){  		mTab->setCurrentIndex(currentTab);  	}  	tabChanged(currentTab); -	mHoverDirectoriesA->setChecked(s.value("ui/hoverdirs").toBool());  	QString dvdMount = s.value("paths/dvdmount").toString();  	if(dvdMount.isEmpty()){  		mMountDvdA->setEnabled(false); | 
