Projectview: Renaming Files (and other things)
Milian Wolff
mail at milianw.de
Thu Jun 18 13:50:12 UTC 2009
Hi all,
is renaming files in the project view supposed to work?
- select a file in project view, hit F2 -> rename
- item in project view is renamed
- open that file
=> still has the same name nad no filename is changed in the FS
Also I wonder what these functions are there for:
void ProjectManagerView::fileDirty( const QString &fileName )
{
Q_UNUSED(fileName)
}
void ProjectManagerView::fileCreated( const QString &fileName )
{
Q_UNUSED(fileName)
}
void ProjectManagerView::fileDeleted( const QString &fileName )
{
Q_UNUSED(fileName)
}
--
Milian Wolff
http://milianw.de
More information about the KDevelop-devel
mailing list