Replace 0 and NULL with nullptr where apropriate.
- fixed using clang-tidy's modernize-use-nullptr check.
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ namespace glabels
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
static bool newLabel( MainWindow *window = 0 );
|
||||
static bool newLabel( MainWindow *window = nullptr );
|
||||
static void open( MainWindow *window );
|
||||
static bool save( MainWindow *window );
|
||||
static bool saveAs( MainWindow *window );
|
||||
|
||||
Reference in New Issue
Block a user