From 7ae31e80623186465fa94e8e517fe0d56b32477f Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sun, 10 Nov 2013 23:08:52 +0000 Subject: Add the XIB support for Multiple Table Content Filters (Issue #63). The required code is not committed yet, but committing the updated DBView.xib now avoids future xib conflicts while the code is completed. --- Source/SPTableContent.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/SPTableContent.h') diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h index ab62b87f..131b4313 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -112,6 +112,9 @@ IBOutlet NSButton *filterTableSearchAllFields; IBOutlet NSPanel *filterTableSetDefaultOperatorSheet; IBOutlet NSComboBox* filterTableSetDefaultOperatorValue; + + // Temporary to avoid nib conflicts during WIP + IBOutlet SPSplitView *contentSplitView; #endif SPMySQLConnection *mySQLConnection; -- cgit v1.2.3