From aafcab1e7237d3ccbc80945eb8379a985d567a53 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Mon, 18 May 2015 13:10:34 -0300 Subject: ForceScheme now (hopefully) does not produce NaNs. Removed the Glyph class and placed all scatterplot drawing code inside the Scatterplot class. --- main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 863a20d..794cbc1 100644 --- a/main.cpp +++ b/main.cpp @@ -25,7 +25,6 @@ int main(int argc, char **argv) QGuiApplication app(argc, argv); qmlRegisterType("PM", 1, 0, "Scatterplot"); - qmlRegisterType("PM", 1, 0, "Glyph"); QQuickView view; QSurfaceFormat format = view.format(); -- cgit v1.2.3