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
|
- (void)onOkClicked
|
||||||
{
|
{
|
||||||
Q_ASSERT(mHackedPanel);
|
|
||||||
[mColorPanel close];
|
[mColorPanel close];
|
||||||
[self updateQtColor];
|
[self updateQtColor];
|
||||||
[self finishOffWithCode:NSOKButton];
|
[self finishOffWithCode:NSOKButton];
|
||||||
|
@ -260,7 +260,6 @@ static QFont qfontForCocoaFont(NSFont *cocoaFont, const QFont &resolveFont)
|
|||||||
|
|
||||||
- (void)onOkClicked
|
- (void)onOkClicked
|
||||||
{
|
{
|
||||||
Q_ASSERT(mHackedPanel);
|
|
||||||
[mFontPanel close];
|
[mFontPanel close];
|
||||||
[self finishOffWithCode:NSOKButton];
|
[self finishOffWithCode:NSOKButton];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user