Skip to content

Commit

Permalink
qt: folder structure corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
timashev authored and dmitrys committed Jul 12, 2011
1 parent cf7617a commit 6043560
Show file tree
Hide file tree
Showing 16 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -154,4 +154,4 @@ xcuserdata

Manifest.java

platform/shared/qtrhodes/GeneratedFiles/*
platform/shared/qt/rhodes/GeneratedFiles/*
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
94 changes: 47 additions & 47 deletions platform/wm/rhodes/rhodes.vcproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform/wm/rhodes/simulator/MainWindowQt.cpp
Expand Up @@ -18,7 +18,7 @@
#include <QApplication>
#include <QtGui/QAction>
#include <QHash>
#include "qtrhodes/QtMainWindow.h"
#include "qt/rhodes/QtMainWindow.h"

IMPLEMENT_LOGCLASS(CMainWindow,"MainWindow");

Expand Down
2 changes: 1 addition & 1 deletion platform/wm/rhodes/simulator/MainWindowQt.h
Expand Up @@ -16,7 +16,7 @@
#include "menubar.h"
#endif
#include "LogView.h"
#include "qtrhodes/MainWindowCallback.h"
#include "qt/rhodes/MainWindowCallback.h"

static UINT WM_TAKEPICTURE = ::RegisterWindowMessage(L"RHODES_WM_TAKEPICTURE");
static UINT WM_SELECTPICTURE = ::RegisterWindowMessage(L"RHODES_WM_SELECTPICTURE");
Expand Down

0 comments on commit 6043560

Please sign in to comment.