~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/qt4projectmanager/profilecompletionassist.h

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
#include <QStringList>
36
36
 
37
 
namespace Qt4ProjectManager {
 
37
namespace QmakeProjectManager {
38
38
namespace Internal {
39
39
 
40
40
class ProFileCompletionAssistProvider : public TextEditor::CompletionAssistProvider
54
54
    QStringList m_functions;
55
55
};
56
56
 
57
 
} // Internal
58
 
} // Qt4ProjectManager
 
57
} // namespace Internal
 
58
} // namespace QmakeProjectManager
59
59
 
60
60
#endif // PROFILECOMPLETIONASSIST_H