2018-07-10 Fred Gleason <fredg@paravelsystems.com>

* Added a 'STACK_LINES' table to the database.
	* Incremented the database version to 293.
This commit is contained in:
Fred Gleason
2018-07-10 11:05:46 -04:00
parent c72c5702c0
commit 3973ab5f01
36 changed files with 210 additions and 294 deletions

View File

@@ -2,7 +2,7 @@
//
// Edit a Rivendell LogManager Note
//
// (C) Copyright 2002-2004,2016 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2004,2016-2018 Fred Gleason <fredg@paravelsystems.com>
//
// 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
@@ -24,13 +24,12 @@
#include <qpainter.h>
#include <qmessagebox.h>
#include <rddb.h>
#include <rd.h>
#include <rddb.h>
#include <rdevent.h>
#include <rdcreate_log.h>
#include <rdtextvalidator.h>
#include <rename_item.h>
#include "rename_item.h"
RenameItem::RenameItem(QString *text,QString table,QWidget *parent)
: QDialog(parent,"",true)