mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 06:10:10 +01:00
Fixed conflicts in 'ChangeLog'
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -84,6 +84,8 @@ ListDropboxes::ListDropboxes(const QString &stationname,QWidget *parent)
|
||||
// Dropbox List
|
||||
//
|
||||
list_dropboxes_view=new RDTableView(this);
|
||||
list_dropboxes_view->setSortingEnabled(true);
|
||||
list_dropboxes_view->sortByColumn(0,Qt::AscendingOrder);
|
||||
list_dropboxes_model=new RDDropboxListModel(stationname,this);
|
||||
list_dropboxes_model->setFont(defaultFont());
|
||||
list_dropboxes_model->setPalette(palette());
|
||||
|
||||
Reference in New Issue
Block a user