forked from qt-creator/qt-creator
Fix File/New in the deployment folders.
That is tell the user that those files need not be added to any project, and show "<Implicitly Add>" for them on the last wizard page. This fixes Add/New for the QML/OTHER_FILES folder structure, except for the virtual folder itself. Reviewed-By: Jarek Kobus <jaroslaw.kobus@nokia.com>
This commit is contained in:
@@ -261,6 +261,12 @@ QList<ProjectNode*> ProjectNode::subProjectNodes() const
|
||||
\function bool ProjectNode::renameFile(const FileType, const QString &, const QString &)
|
||||
*/
|
||||
|
||||
bool ProjectNode::deploysFolder(const QString &folder) const
|
||||
{
|
||||
Q_UNUSED(folder);
|
||||
return false;
|
||||
}
|
||||
|
||||
QList<NodesWatcher*> ProjectNode::watchers() const
|
||||
{
|
||||
return m_watchers;
|
||||
|
||||
Reference in New Issue
Block a user