From e9bd3a6e0f676f591ae358338c05d1fdc237e24e Mon Sep 17 00:00:00 2001 From: Anatoly Mihalchenko Date: Tue, 16 Aug 2011 18:49:19 +0300 Subject: [PATCH] ilia commit --- src/board/UBBoardController.h | 2 +- src/board/UBBoardPaletteManager.h | 2 +- src/frameworks/UBPlatformUtils_linux.cpp | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/board/UBBoardController.h b/src/board/UBBoardController.h index 5e1e0260..9309bdda 100644 --- a/src/board/UBBoardController.h +++ b/src/board/UBBoardController.h @@ -42,7 +42,7 @@ class UBBoardPaletteManager; class UBBoardController : public QObject { - Q_OBJECT; + Q_OBJECT public: UBBoardController(UBMainWindow *mainWindow); diff --git a/src/board/UBBoardPaletteManager.h b/src/board/UBBoardPaletteManager.h index 72644808..d609604c 100644 --- a/src/board/UBBoardPaletteManager.h +++ b/src/board/UBBoardPaletteManager.h @@ -36,7 +36,7 @@ class UBMainWindow; class UBBoardPaletteManager : public QObject { - Q_OBJECT; + Q_OBJECT public: UBBoardPaletteManager(QWidget* container, UBBoardController* controller); diff --git a/src/frameworks/UBPlatformUtils_linux.cpp b/src/frameworks/UBPlatformUtils_linux.cpp index a1d77910..a3fb372c 100644 --- a/src/frameworks/UBPlatformUtils_linux.cpp +++ b/src/frameworks/UBPlatformUtils_linux.cpp @@ -210,7 +210,6 @@ const KEYBT RUSSIAN_LOCALE [] = /* ю Ю */ KEYBT(0x44e, XK_Cyrillic_yu, 0x42e, XK_Cyrillic_YU), /* . , */ KEYBT(0x2e, 0x2c)}; - const KEYBT FRENCH_LOCALE[] = { /* ? ? */ KEYBT(0xb2, XK_twosuperior, 0xb2, XK_twosuperior), /* & 1 */ KEYBT(0x26, 0x31), @@ -263,7 +262,6 @@ const KEYBT FRENCH_LOCALE[] = { /* : / */ KEYBT(0x3a, 0x2f), /* ! ? */ KEYBT(0x21, 0xa7)}; - const KEYBT GERMAN_LOCALE[] = { /* ^ ? */ KEYBT(0x5f, 0xb0), /* 1 ! */ KEYBT(0x31, 0x21),