src/ldObject.h

changeset 848
68410477c8bb
parent 847
274a7fac44fc
child 855
e16f1587ef44
--- a/src/ldObject.h	Sat Jul 26 03:43:37 2014 +0300
+++ b/src/ldObject.h	Sun Jul 27 02:40:21 2014 +0300
@@ -598,9 +598,9 @@
 using LDOverlayWeakPtr = QWeakPointer<LDOverlay>;
 
 // Other common LDraw stuff
-static const QString g_CALicense ("!LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt");
-static const QString g_nonCALicense ("!LICENSE Not redistributable : see NonCAreadme.txt");
-static const int g_lores = 16;
-static const int g_hires = 48;
+static const QString CALicenseText ("!LICENSE Redistributable under CCAL version 2.0 : "
+	"see CAreadme.txt");
+static const int LowResolution = 16;
+static const int HighResolution = 48;
 
-QString getLicenseText (int id);
+QString PreferredLicenseText();

mercurial