mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-27 07:47:03 -05:00
bug fixed: t
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@983 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1b6376bc65
commit
ef8fc6fe15
@ -23,7 +23,7 @@ DiagramPlugin::pluginName() const
|
||||
QWidget*
|
||||
DiagramPlugin::pluginWidget(QWidget * parent )
|
||||
{
|
||||
MainWindow* window = new MainWindow(parent);
|
||||
MainWindow* window = new MainWindow();
|
||||
//window->openImage(":/images/example.jpg");
|
||||
|
||||
return window;
|
||||
|
@ -23,13 +23,13 @@ SOURCES += DiagramPlugin.cpp
|
||||
#===============================================================================
|
||||
|
||||
|
||||
HEADERS = diagrampathitem.h \
|
||||
HEADERS += diagrampathitem.h \
|
||||
diagramdrawitem.h \
|
||||
mainwindow.h \
|
||||
diagramitem.h \
|
||||
diagramscene.h \
|
||||
diagramtextitem.h
|
||||
SOURCES = diagrampathitem.cpp \
|
||||
SOURCES += diagrampathitem.cpp \
|
||||
diagramdrawitem.cpp \
|
||||
mainwindow.cpp \
|
||||
diagramitem.cpp \
|
||||
|
Loading…
x
Reference in New Issue
Block a user