Skip to content

Commit

Permalink
Refs #5421 Added interface category.
Browse files Browse the repository at this point in the history
This should fix issues in ticket #7614.
  • Loading branch information
Samuel Jackson committed Oct 25, 2013
1 parent 29c6613 commit c3cc09b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ namespace MantidQt
~IndirectBayes();
/// Interface name
static std::string name() { return "Indirect Bayes"; }
// This interface's categories.
static QString categoryInfo() { return "Indirect"; }
virtual void initLayout();

private slots:
Expand Down

0 comments on commit c3cc09b

Please sign in to comment.