renamed toolbarstrech class

This commit is contained in:
Luis Ángel San Martín
2015-08-18 21:38:23 +02:00
parent d8e7c4fb96
commit be9e2045d0

View File

@ -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();