comparison main/MainWindow.h @ 376:210a409e135a

* Minor fixes from Win32 build
author Chris Cannam
date Mon, 18 Oct 2010 12:45:14 +0100
parents 3211f8cef51a
children d70890996156 97cd3d2c032a 6d5ee6860682
comparison
equal deleted inserted replaced
361:101f05420cba 376:210a409e135a
67 MainWindow(bool withAudioOutput = true, 67 MainWindow(bool withAudioOutput = true,
68 bool withOSCSupport = true); 68 bool withOSCSupport = true);
69 virtual ~MainWindow(); 69 virtual ~MainWindow();
70 70
71 signals: 71 signals:
72 virtual void canChangeSolo(bool); 72 void canChangeSolo(bool);
73 virtual void canAlign(bool); 73 void canAlign(bool);
74 74
75 public slots: 75 public slots:
76 virtual void preferenceChanged(PropertyContainer::PropertyName); 76 virtual void preferenceChanged(PropertyContainer::PropertyName);
77 virtual bool commitData(bool mayAskUser); 77 virtual bool commitData(bool mayAskUser);
78 78