cadMousePro-gui/src/MouseMainWindow.cpp
branchv_0
changeset 27 aacd87eddd68
parent 26 fff8e9a86e85
child 29 361687fe303a
equal deleted inserted replaced
26:fff8e9a86e85 27:aacd87eddd68
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    15  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    15  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    16  */
    16  */
    17 #include <QLabel>
    17 #include <QLabel>
    18 #include <QPushButton>
    18 #include <QPushButton>
    19 #include <qt5/QtDBus/qdbuspendingcall.h>
    19 #include <QtDBus/QDBusPendingCall>
    20 
    20 
    21 #include "MouseMainWindow.h"
    21 #include "MouseMainWindow.h"
    22 
    22 
    23 MouseMainWindow::MouseMainWindow() {
    23 MouseMainWindow::MouseMainWindow() {
    24 	proxy = new InfoGlobalcodeMouseCadMouseProInterface("info.globalcode.mouse.cadMousePro", "/info/globalcode/mouse/cadMousePro", connection, this);
    24 	proxy = new InfoGlobalcodeMouseCadMouseProInterface("info.globalcode.mouse.cadMousePro", "/info/globalcode/mouse/cadMousePro", connection, this);