]> granicus.if.org Git - graphviz/commitdiff
extern is defined
authorarif <devnull@localhost>
Mon, 2 May 2011 18:34:19 +0000 (18:34 +0000)
committerarif <devnull@localhost>
Mon, 2 May 2011 18:34:19 +0000 (18:34 +0000)
cmd/gvedit/main.cpp
cmd/gvedit/ui_settings.h

index c9e9c6608f2dc8a53c57c96b644e43e5ed1a96df..70ccdc6bea7f990975299966bedd97936acd2ab2 100644 (file)
@@ -29,6 +29,8 @@
 #else
 #include "compat_getopt.h"
 #endif
+#include "gvc.h"
+#include "globals.h"
 
 
 #ifdef WIN32_DLL
@@ -53,7 +55,7 @@ boolean MemTest;
 
 static char *cmd;
 
-extern int Verbose;
+//extern int Verbose;
 
 QTextStream errout(stderr, QIODevice::WriteOnly);
 
index 5c58f5cd20e379ca0906db825b9ebba8fec3f760..bec3d659682055ecebc18c49f485642c093a9cb3 100644 (file)
@@ -1,7 +1,7 @@
 /********************************************************************************
 ** Form generated from reading UI file 'settings.ui'
 **
-** Created: Mon Mar 7 14:55:34 2011
+** Created: Sun Apr 24 12:00:44 2011
 **      by: Qt User Interface Compiler version 4.7.0
 **
 ** WARNING! All changes made in this file will be lost when recompiling UI file!
@@ -91,7 +91,7 @@ public:
         sizePolicy.setVerticalStretch(0);
         sizePolicy.setHeightForWidth(Dialog->sizePolicy().hasHeightForWidth());
         Dialog->setSizePolicy(sizePolicy);
-        Dialog->setMinimumSize(QSize(404, 512));
+        Dialog->setMinimumSize(QSize(404, 509));
         Dialog->setMaximumSize(QSize(404, 512));
         actionCSettingsOK = new QAction(Dialog);
         actionCSettingsOK->setObjectName(QString::fromUtf8("actionCSettingsOK"));