forked from qt-creator/qt-creator
Rework connections on the project pane for Qt4Projects.
Should fix a lot of corner cases, might introduce a few bugs. Also rename functions/slots to be better named. Generic Project Manager and CMake Project Manager are missing from this patch.
This commit is contained in:
@@ -46,6 +46,7 @@ namespace Internal {
|
||||
|
||||
class MaemoManager;
|
||||
class MaemoToolChain;
|
||||
class Qt4ProFileNode;
|
||||
using namespace ProjectExplorer;
|
||||
|
||||
#define USE_SSL_PASSWORD 0
|
||||
@@ -120,6 +121,7 @@ signals:
|
||||
void qemuProcessStatus(bool running);
|
||||
|
||||
private slots:
|
||||
void proFileUpdate(Qt4ProjectManager::Internal::Qt4ProFileNode *pro);
|
||||
void updateDeviceConfigurations();
|
||||
void invalidateCachedTargetInformation();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user