~petr-kubanek/stellarium/stellarium

« back to all changes in this revision

Viewing changes to plugins/TelescopeControl/src/servers/LogFile.cpp

  • Committer: Georg Zotti
  • Date: 2017-05-22 14:27:36 UTC
  • Revision ID: georg.zotti@univie.ac.at-20170522142736-sw2kjxe3ntlwba5u
Q_NULLPTR refactoring completed for all plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        return o;
40
40
}
41
41
 
42
 
QTextStream * log_file = NULL;
 
42
QTextStream * log_file = Q_NULLPTR;