mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-09 14:33:28 +02:00
2020-06-19 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'Q3PopupMenu' dependency from rdlogmanager(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
a994558a89
commit
3f7be11b1c
@ -19901,3 +19901,5 @@
|
||||
* Modified the 'Edit Event' dialog in rdlogmanager(1) to show '[auto]'
|
||||
as the transition type for the leading event in Pre-/Post-Import
|
||||
lists.
|
||||
2020-06-19 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Removed the 'Q3PopupMenu' dependency from rdlogmanager(1).
|
||||
|
@ -71,7 +71,7 @@ ImportListView::ImportListView(QWidget *parent)
|
||||
//
|
||||
// Right Button Menu
|
||||
//
|
||||
import_menu=new Q3PopupMenu(this);
|
||||
import_menu=new QMenu(this);
|
||||
connect(import_menu,SIGNAL(aboutToShow()),this,SLOT(aboutToShowData()));
|
||||
import_menu->insertItem(tr("Insert Log Note"),this,SLOT(insertNoteMenuData()),
|
||||
0,MENU_INSERT_NOTE);
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include <q3listview.h>
|
||||
#include <qpixmap.h>
|
||||
#include <q3popupmenu.h>
|
||||
#include <qmenu.h>
|
||||
|
||||
#include <rdeventimportlist.h>
|
||||
|
||||
@ -70,7 +70,7 @@ class ImportListView : public Q3ListView
|
||||
QPixmap *import_macro_map;
|
||||
QPixmap *import_notemarker_map;
|
||||
QPixmap *import_mic16_map;
|
||||
Q3PopupMenu *import_menu;
|
||||
QMenu *import_menu;
|
||||
int import_menu_line;
|
||||
RDEventImportItem *import_menu_i_item;
|
||||
Q3ListViewItem *import_menu_item;
|
||||
|
Loading…
x
Reference in New Issue
Block a user