mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-14 00:25:53 +01:00
2021-01-13 Fred Gleason <fredg@paravelsystems.com>
* Renamed the 'RDCartDrag' class to 'RD3CartDrag'. * Renamed the 'RDEmptyCart' widget to 'RD3EmptyCart'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
#include <QCheckBox>
|
||||
#include <QComboBox>
|
||||
#include <QProgressDialog>
|
||||
#include <QTreeView>
|
||||
|
||||
#include <rdcartfilter.h>
|
||||
#include <rdlibrarymodel.h>
|
||||
@@ -33,6 +32,7 @@
|
||||
|
||||
#include "disk_gauge.h"
|
||||
#include "lib_listview.h"
|
||||
#include "libraryview.h"
|
||||
|
||||
#define RDLIBRARY_GEOMETRY_FILE ".rdlibrary"
|
||||
#define RDLIBRARY_STEP_SIZE 5000
|
||||
@@ -98,8 +98,7 @@ class MainWidget : public RDWidget
|
||||
void SendNotification(RDNotification::Action action,unsigned cartnum);
|
||||
void SetPlayer(RDCart::Type type);
|
||||
RDCartFilter *lib_cart_filter;
|
||||
// LibListView *lib_cart_list;
|
||||
QTreeView *lib_cart_view;
|
||||
LibraryView *lib_cart_view;
|
||||
RDLibraryModel *lib_cart_model;
|
||||
QString lib_filter_text;
|
||||
QString lib_search_text;
|
||||
|
||||
Reference in New Issue
Block a user