Merge lp:~fboucault/bamf-qt/more_specific_includes into lp:bamf-qt

Proposed by Florian Boucault
Status: Merged
Approved by: Gerry Boland
Approved revision: 386
Merged at revision: 391
Proposed branch: lp:~fboucault/bamf-qt/more_specific_includes
Merge into: lp:bamf-qt
Diff against target: 15 lines (+3/-3)
1 file modified
test.cpp (+3/-3)
To merge this branch: bzr merge lp:~fboucault/bamf-qt/more_specific_includes
Reviewer Review Type Date Requested Status
Gerry Boland Pending
Review via email: mp+87562@code.launchpad.net

Description of the change

Use more specific includes containing the Qt module name.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'test.cpp'
2--- test.cpp 2010-12-21 09:56:42 +0000
3+++ test.cpp 2012-01-05 01:10:45 +0000
4@@ -17,9 +17,9 @@
5 * along with this program. If not, see <http://www.gnu.org/licenses/>.
6 */
7
8-#include <QApplication>
9-#include <QDeclarativeView>
10-#include <QDeclarativeContext>
11+#include <QtGui/QApplication>
12+#include <QtDeclarative/QDeclarativeView>
13+#include <QtDeclarative/QDeclarativeContext>
14
15 #include "bamf-matcher.h"
16

Subscribers

People subscribed via source and target branches

to all changes: