mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-14 06:31:31 +00:00
also update the protocol to executablePath
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@39713 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
18d49572ee
commit
9396623f6f
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
GNUstep ProjectCenter - http://www.gnustep.org/experience/ProjectCenter.html
|
||||
|
||||
Copyright (C) 2008 Free Software Foundation
|
||||
Copyright (C) 2008-2016 Free Software Foundation
|
||||
|
||||
Authors: Gregory Casamento
|
||||
|
||||
|
@ -45,8 +45,8 @@
|
|||
- (void)setDebuggerWindow: (NSWindow *)window;
|
||||
- (NSView *)debuggerView;
|
||||
- (void)setDebuggerView: (id)view;
|
||||
- (NSString *)path;
|
||||
- (void)setPath:(NSString *)path;
|
||||
- (NSString *)executablePath;
|
||||
- (void)setExecutablePath:(NSString *)path;
|
||||
|
||||
// ===========================================================================
|
||||
// ==== Accessor methods
|
||||
|
|
Loading…
Reference in a new issue