Commit e9bd3a6e authored by Anatoly Mihalchenko's avatar Anatoly Mihalchenko

ilia commit

parent 242e066c
......@@ -42,7 +42,7 @@ class UBBoardPaletteManager;
class UBBoardController : public QObject
{
Q_OBJECT;
Q_OBJECT
public:
UBBoardController(UBMainWindow *mainWindow);
......
......@@ -36,7 +36,7 @@ class UBMainWindow;
class UBBoardPaletteManager : public QObject
{
Q_OBJECT;
Q_OBJECT
public:
UBBoardPaletteManager(QWidget* container, UBBoardController* controller);
......
......@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment