[fondue-commits] [SCM] Fondue Font Editor branch, master, updated. 1b8055ebf3f12c2c8411badf252986e1cd807bf0

Eugeniy Meshcheryakov eugen at debian.org
Fri Aug 8 20:46:15 UTC 2008


The following commit has been merged in the master branch:
commit 39e94b3a3c710e16432a905e364ce034a7020884
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Fri Aug 8 17:50:20 2008 +0200

    make all slots protected

diff --git a/gui/ttieditor.h b/gui/ttieditor.h
index 2b14a6b..1f7adff 100644
--- a/gui/ttieditor.h
+++ b/gui/ttieditor.h
@@ -30,7 +30,7 @@ class TTIEditor : public QDialog
 public:
 	TTIEditor(QAbstractItemModel *model, const QModelIndex &item, QWidget *parent = 0);
 
-public slots:
+protected slots:
 	void accept();
 	void buttonClicked(QAbstractButton *button);
 	void checkInstructions();

-- 
Fondue Font Editor



More information about the fondue-commits mailing list