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
=== modified file 'test.cpp'
--- test.cpp 2010-12-21 09:56:42 +0000
+++ test.cpp 2012-01-05 01:10:45 +0000
@@ -17,9 +17,9 @@
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 */18 */
1919
20#include <QApplication>20#include <QtGui/QApplication>
21#include <QDeclarativeView>21#include <QtDeclarative/QDeclarativeView>
22#include <QDeclarativeContext>22#include <QtDeclarative/QDeclarativeContext>
2323
24#include "bamf-matcher.h"24#include "bamf-matcher.h"
2525

Subscribers

People subscribed via source and target branches

to all changes: