Designer: Prepare re-implementation of "Goto Slot".

...making use of the new code model features. Move code to
separate file. Make it possible to obtain path to generated
header file from project manager.
This commit is contained in:
Friedemann Kleint
2009-12-03 16:23:15 +01:00
parent de4fedbe50
commit 087e72499e
10 changed files with 280 additions and 16 deletions

View File

@@ -467,3 +467,9 @@ QStringList Project::frameworkPaths(const QString &) const
{
return QStringList();
}
QString Project::generatedUiHeader(const QString & /* formFile */) const
{
return QString();
}