File indexing completed on 2024-05-12 03:47:46

0001 /*
0002     File                 : Range.cpp
0003     Project              : LabPlot
0004     Description          : basic data range class
0005     --------------------------------------------------------------------
0006     SPDX-FileCopyrightText: 2021 Stefan Gerlach <stefan.gerlach@uni.kn>
0007     SPDX-License-Identifier: GPL-2.0-or-later
0008 */
0009 
0010 #include "Range.h"
0011 
0012 /*const QStringList& RangeT::scaleNames() {
0013     static const QStringList names = {i18n("Linear"), i18n("Log10"), i18n("Log2"), i18n("Ln"), i18n("Sqrt"), i18n("Square"), i18n("Inverse")};
0014     return names;
0015 }*/