zz_historyDialog.cpp

changeset 104
6e29bb0e83c5
parent 100
e40358266290
child 107
195aa036da7f
--- a/zz_historyDialog.cpp	Sat Apr 13 02:11:54 2013 +0300
+++ b/zz_historyDialog.cpp	Sun Apr 14 03:54:40 2013 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013 Santeri `arezey` Piippo
+ *  Copyright (C) 2013 Santeri Piippo
  *  
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -262,7 +262,7 @@
 	// Find the index of the edit
 	long idx = -1;
 	QListWidgetItem* it;
-	while ((it = qHistoryList->item (++idx)) != nullptr)
+	while ((it = qHistoryList->item (++idx)) != null)
 		if (it == qItem)
 			break;
 	

mercurial