diff -r c8b1a3564c74 -r b77b56f707f1 mainwindow.h --- a/mainwindow.h Wed Dec 10 13:10:35 2008 +0000 +++ b/mainwindow.h Mon Jan 05 16:31:38 2009 +0000 @@ -197,6 +197,10 @@ void windowToggleProperty(); void updateHistory(SimpleSettings &); void windowToggleAntiAlias(); +public: + bool isAliased(); + bool hasSmoothPixmapTransform(); +public slots: void windowToggleSmoothPixmap(); void updateNoteFlag(); void updateSatellites(VymModel*);