2015-02-06 Fred Gleason <fredg@paravelsystems.com>

* Cleaned up Qt object calls in 'rdlogmanager/'.
This commit is contained in:
Fred Gleason
2015-02-06 19:18:11 -05:00
parent aba02162d3
commit b09942e494
15 changed files with 137 additions and 118 deletions

View File

@@ -4,8 +4,6 @@
//
// (C) Copyright 2002-2004 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: edit_clock.h,v 1.14 2010/07/29 19:32:37 cvs Exp $
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
@@ -50,7 +48,7 @@ class EditClock : public QDialog
Q_OBJECT
public:
EditClock(QString clockname,bool new_clock,std::vector<QString> *new_clocks,
QWidget *parent=0,const char *name=0);
QWidget *parent=0);
QSize sizeHint() const;
QSizePolicy sizePolicy() const;