Compile
mHackedPanel is not declared anywhere in the Cocoa dialog helpers. Change-Id: I3ba5dd429aa9fe5833b19c1e081425ec4020658d Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
This commit is contained in:
parent
bfec6b9a7d
commit
4a99a42adb
@ -226,7 +226,6 @@ static NSButton *macCreateButton(const char *text, NSView *superview)
|
||||
|
||||
- (void)onOkClicked
|
||||
{
|
||||
Q_ASSERT(mHackedPanel);
|
||||
[mColorPanel close];
|
||||
[self updateQtColor];
|
||||
[self finishOffWithCode:NSOKButton];
|
||||
|
@ -260,7 +260,6 @@ static QFont qfontForCocoaFont(NSFont *cocoaFont, const QFont &resolveFont)
|
||||
|
||||
- (void)onOkClicked
|
||||
{
|
||||
Q_ASSERT(mHackedPanel);
|
||||
[mFontPanel close];
|
||||
[self finishOffWithCode:NSOKButton];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user