Changeset 10644 for trunk/FACT++/gui
- Timestamp:
- 05/10/11 14:07:33 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/MainWindow.cc
r10641 r10644 5 5 #include <QTimer> 6 6 7 #include " dic.hxx"7 #include "src/Dim.h" 8 8 9 9 #include "DockWindow.h" … … 12 12 13 13 using namespace std; 14 15 namespace Dim16 {17 static bool SendCommand(const char *command)18 {19 return DimClient::sendCommand(command, NULL, 0);20 }21 22 template<typename T>23 static bool SendCommand(const char *command, const T &t)24 {25 return DimClient::sendCommand(command, (void*)&t, sizeof(t));26 }27 }28 14 29 15 MainWindow::MainWindow(QWidget *p) : QMainWindow(p)
Note:
See TracChangeset
for help on using the changeset viewer.