#3087 Show plot data. Fix typo

This commit is contained in:
Bjørn Erik Jensen 2018-07-02 13:12:42 +02:00
parent 0baf2226a2
commit a949f2acec

View File

@ -39,7 +39,7 @@ protected:
public:
static void showTabbedTextWindow(const QString& title, std::function<QString(DateTimePeriod)> textProvider);
static void RicShowPlotDataFeature::showTextWindow(const QString& title, const QString& text);
static void showTextWindow(const QString& title, const QString& text);
};