forked from qt-creator/qt-creator
S60: Add startup logic for Bluetooth to the project/run configuration
Prepare trk::Launcher to deal with a shared trkdevice. Add encapsulation for the rfcomm listener process and helper classes for prompting the user to connect the Bluetooth device. Add a command line prompt to the trklauncher test.
This commit is contained in:
@@ -55,7 +55,9 @@ public:
|
||||
void showOutputPane();
|
||||
|
||||
public slots:
|
||||
void printToOutputPane(const QString &text, bool bringToForeground = true);
|
||||
void printToOutputPane(const QString &text, bool bringToForeground);
|
||||
void printToOutputPanePopup(const QString &text); // pops up
|
||||
void printToOutputPane(const QString &text);
|
||||
|
||||
private:
|
||||
Internal::MessageOutputWindow *m_messageOutputWindow;
|
||||
|
||||
Reference in New Issue
Block a user