mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
renamed toolbarstrech class
This commit is contained in:
@ -4,10 +4,10 @@
|
||||
#include <QWidget>
|
||||
#include <QHBoxLayout>
|
||||
|
||||
class QToolBarStretch : public QWidget
|
||||
class YACReaderToolBarStretch : public QWidget
|
||||
{
|
||||
public:
|
||||
QToolBarStretch(QWidget * parent=0):QWidget(parent)
|
||||
YACReaderToolBarStretch(QWidget * parent=0):QWidget(parent)
|
||||
{
|
||||
QHBoxLayout * l= new QHBoxLayout();
|
||||
l->addStretch();
|
||||
|
Reference in New Issue
Block a user