gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10565: Update pre-built moc file fo


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10565: Update pre-built moc file for kde4, or it won't link when the moc
Date: Mon, 09 Feb 2009 08:36:49 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10565
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Mon 2009-02-09 08:36:49 +0100
message:
  Update pre-built moc file for kde4, or it won't link when the moc
  isn't automatically generated.
modified:
  gui/Kde4Gui.cpp
  gui/klash4.moc.in
=== modified file 'gui/Kde4Gui.cpp'
--- a/gui/Kde4Gui.cpp   2009-02-08 21:11:17 +0000
+++ b/gui/Kde4Gui.cpp   2009-02-09 07:36:49 +0000
@@ -983,7 +983,8 @@
     connect(buttons, SIGNAL(rejected()), this, SLOT(reject()));
 }
 
-void PreferencesDialog::savePreferences()
+void
+PreferencesDialog::savePreferences()
 {
     // Logging tab widgets
     _rcfile.verbosityLevel(_verbositySlider->value());

=== modified file 'gui/klash4.moc.in'
--- a/gui/klash4.moc.in 2009-01-04 21:58:31 +0000
+++ b/gui/klash4.moc.in 2009-02-09 07:36:49 +0000
@@ -1,7 +1,7 @@
 /****************************************************************************
 ** Meta object code from reading C++ file 'Kde4Gui.h'
 **
-** Created: Sun Jan 4 18:31:55 2009
+** Created: Mon Feb 9 08:36:10 2009
 **      by: The Qt Meta Object Compiler version 59 (Qt 4.4.3)
 **
 ** WARNING! All changes made in this file will be lost!
@@ -23,26 +23,27 @@
        1,       // revision
        0,       // classname
        0,    0, // classinfo
-       7,   10, // methods
+       8,   10, // methods
        0,    0, // properties
        0,    0, // enums/sets
 
  // slots: signature, parameters, type, tag, flags
       22,   21,   21,   21, 0x0a,
       35,   21,   21,   21, 0x0a,
-      42,   21,   21,   21, 0x0a,
-      50,   21,   21,   21, 0x0a,
-      57,   21,   21,   21, 0x0a,
-      67,   21,   21,   21, 0x0a,
-      84,   77,   21,   21, 0x0a,
+      49,   21,   21,   21, 0x0a,
+      56,   21,   21,   21, 0x0a,
+      64,   21,   21,   21, 0x0a,
+      71,   21,   21,   21, 0x0a,
+      81,   21,   21,   21, 0x0a,
+      98,   91,   21,   21, 0x0a,
 
        0        // eod
 };
 
 static const char qt_meta_stringdata_gnash__DrawingWidget[] = {
     "gnash::DrawingWidget\0\0properties()\0"
-    "play()\0pause()\0stop()\0restart()\0"
-    "refresh()\0isFull\0fullscreen(bool)\0"
+    "preferences()\0play()\0pause()\0stop()\0"
+    "restart()\0refresh()\0isFull\0fullscreen(bool)\0"
 };
 
 const QMetaObject gnash::DrawingWidget::staticMetaObject = {
@@ -71,14 +72,67 @@
     if (_c == QMetaObject::InvokeMetaMethod) {
         switch (_id) {
         case 0: properties(); break;
-        case 1: play(); break;
-        case 2: pause(); break;
-        case 3: stop(); break;
-        case 4: restart(); break;
-        case 5: refresh(); break;
-        case 6: fullscreen((*reinterpret_cast< bool(*)>(_a[1]))); break;
-        }
-        _id -= 7;
+        case 1: preferences(); break;
+        case 2: play(); break;
+        case 3: pause(); break;
+        case 4: stop(); break;
+        case 5: restart(); break;
+        case 6: refresh(); break;
+        case 7: fullscreen((*reinterpret_cast< bool(*)>(_a[1]))); break;
+        }
+        _id -= 8;
+    }
+    return _id;
+}
+static const uint qt_meta_data_gnash__Kde4GuiPrefs__PreferencesDialog[] = {
+
+ // content:
+       1,       // revision
+       0,       // classname
+       0,    0, // classinfo
+       1,   10, // methods
+       0,    0, // properties
+       0,    0, // enums/sets
+
+ // slots: signature, parameters, type, tag, flags
+      40,   39,   39,   39, 0x08,
+
+       0        // eod
+};
+
+static const char qt_meta_stringdata_gnash__Kde4GuiPrefs__PreferencesDialog[] 
= {
+    "gnash::Kde4GuiPrefs::PreferencesDialog\0"
+    "\0savePreferences()\0"
+};
+
+const QMetaObject gnash::Kde4GuiPrefs::PreferencesDialog::staticMetaObject = {
+    { &QDialog::staticMetaObject, 
qt_meta_stringdata_gnash__Kde4GuiPrefs__PreferencesDialog,
+      qt_meta_data_gnash__Kde4GuiPrefs__PreferencesDialog, 0 }
+};
+
+const QMetaObject *gnash::Kde4GuiPrefs::PreferencesDialog::metaObject() const
+{
+    return &staticMetaObject;
+}
+
+void *gnash::Kde4GuiPrefs::PreferencesDialog::qt_metacast(const char *_clname)
+{
+    if (!_clname) return 0;
+    if (!strcmp(_clname, 
qt_meta_stringdata_gnash__Kde4GuiPrefs__PreferencesDialog))
+        return static_cast<void*>(const_cast< PreferencesDialog*>(this));
+    return QDialog::qt_metacast(_clname);
+}
+
+int gnash::Kde4GuiPrefs::PreferencesDialog::qt_metacall(QMetaObject::Call _c, 
int _id, void **_a)
+{
+    _id = QDialog::qt_metacall(_c, _id, _a);
+    if (_id < 0)
+        return _id;
+    if (_c == QMetaObject::InvokeMetaMethod) {
+        switch (_id) {
+        case 0: savePreferences(); break;
+        }
+        _id -= 1;
     }
     return _id;
 }


reply via email to

[Prev in Thread] Current Thread [Next in Thread]