Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Fix build errors on case-sensitive filesystems (qdebug -> QDebug).
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Wilson committed Oct 22, 2012
1 parent 1c5db0e commit a389eb0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NfcTool/src/About.cpp
Expand Up @@ -23,7 +23,7 @@
#include "StateManager.hpp"
#include "Navigator.hpp"

#include <qdebug>
#include <QDebug>

using namespace bb::cascades;

Expand Down
2 changes: 1 addition & 1 deletion NfcTool/src/EmulateSp.cpp
Expand Up @@ -24,7 +24,7 @@
#include "StateManager.hpp"
#include "Navigator.hpp"

#include <qdebug>
#include <QDebug>

using namespace bb::cascades;

Expand Down
2 changes: 1 addition & 1 deletion NfcTool/src/StateManager.cpp
Expand Up @@ -13,7 +13,7 @@
* limitations under the License.
*/
#include "StateManager.hpp"
#include <qdebug>
#include <QDebug>

StateManager* StateManager::_instance;

Expand Down
2 changes: 1 addition & 1 deletion NfcTool/src/WriteSp.cpp
Expand Up @@ -24,7 +24,7 @@
#include "StateManager.hpp"
#include "Navigator.hpp"

#include <qdebug>
#include <QDebug>

using namespace bb::cascades;

Expand Down
2 changes: 1 addition & 1 deletion NfcTool/src/WriteText.cpp
Expand Up @@ -24,7 +24,7 @@
#include "Settings.hpp"
#include "Navigator.hpp"

#include <qdebug>
#include <QDebug>

using namespace bb::cascades;

Expand Down
2 changes: 1 addition & 1 deletion NfcTool/src/WriteURI.cpp
Expand Up @@ -24,7 +24,7 @@
#include "StateManager.hpp"
#include "Navigator.hpp"

#include <qdebug>
#include <QDebug>

using namespace bb::cascades;

Expand Down

0 comments on commit a389eb0

Please sign in to comment.