aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPActivityTextFieldCell.m
diff options
context:
space:
mode:
authorMax <dmoagx@users.noreply.github.com>2018-01-20 01:42:29 +0100
committerMax <dmoagx@users.noreply.github.com>2018-01-20 02:42:36 +0100
commitb04243d4d7befb33383d434fe05ea3d7915ef27d (patch)
tree3e31a73be868a584e97a5c084252f5eeaeb4e837 /Source/SPActivityTextFieldCell.m
parentdb2bdd8b53cede1bddde85e1527246d8e52f0fa2 (diff)
downloadsequelpro-b04243d4d7befb33383d434fe05ea3d7915ef27d.tar.gz
sequelpro-b04243d4d7befb33383d434fe05ea3d7915ef27d.tar.bz2
sequelpro-b04243d4d7befb33383d434fe05ea3d7915ef27d.zip
merge and restructure remaining smaller stuff in main project (part of #2789)
Diffstat (limited to 'Source/SPActivityTextFieldCell.m')
-rw-r--r--Source/SPActivityTextFieldCell.m6
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/SPActivityTextFieldCell.m b/Source/SPActivityTextFieldCell.m
index b09454bb..84bf37e9 100644
--- a/Source/SPActivityTextFieldCell.m
+++ b/Source/SPActivityTextFieldCell.m
@@ -33,7 +33,7 @@
#define FAVORITE_NAME_FONT_SIZE 12.0f
-@interface SPActivityTextFieldCell (PrivateAPI)
+@interface SPActivityTextFieldCell ()
- (NSAttributedString *)constructSubStringAttributedString;
- (NSAttributedString *)attributedStringForFavoriteName;
@@ -332,9 +332,7 @@ static inline NSRect SPTextLinkRectFromCellRect(NSRect inRect)
[super dealloc];
}
-@end
-
-@implementation SPActivityTextFieldCell (PrivateAPI)
+#pragma mark - Private API
/**
* Constructs the attributed string to be used as the cell's substring.