mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
Formatting, new icons
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKGUI_VIEWBASE_H
|
||||
#define BLACKGUI_VIEWBASE_H
|
||||
|
||||
//! \file
|
||||
|
||||
#include "blackmisc/icons.h"
|
||||
#include <QTableView>
|
||||
#include <QMenu>
|
||||
@@ -22,7 +22,7 @@ namespace BlackGui
|
||||
namespace Views
|
||||
{
|
||||
|
||||
//! Non templated base class, allows Q_OBJECT and signals
|
||||
//! Non templated base class, allows Q_OBJECT and signals to be used
|
||||
class CViewBaseNonTemplate : public QTableView
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user