[fondue-commits] [SCM] Fondue Font Editor branch, master, updated. 1b8055ebf3f12c2c8411badf252986e1cd807bf0
Eugeniy Meshcheryakov
eugen at debian.org
Fri Aug 8 20:46:16 UTC 2008
The following commit has been merged in the master branch:
commit 1b8055ebf3f12c2c8411badf252986e1cd807bf0
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date: Fri Aug 8 20:57:50 2008 +0200
make slots protected
diff --git a/gui/maxpeditor.h b/gui/maxpeditor.h
index 8d91b3b..a47eb6b 100644
--- a/gui/maxpeditor.h
+++ b/gui/maxpeditor.h
@@ -27,7 +27,7 @@ class MAXPEditor : public QDialog
Q_OBJECT
public:
MAXPEditor(QAbstractItemModel *model, QWidget *parent = 0);
-public slots:
+protected slots:
void buttonClicked(QAbstractButton *button);
void accept();
private:
--
Fondue Font Editor
More information about the fondue-commits
mailing list