Skip to content

Commit

Permalink
not QueryDatabaseHelper.h but QueryDataBaseHelper.h
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://orchestra.med.harvard.edu/svn/megason/Code/GoFigure2@1681 ef826fda-c0ae-4237-af8e-f8dcbcf7929c
  • Loading branch information
Arnaud Gelas committed Nov 2, 2009
1 parent 7d10fe0 commit 1a64e3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions branches/GoFigure2Beta/Code/GUI/lib/QGoPrintDatabase.cxx
Expand Up @@ -58,7 +58,7 @@
#include "GoDBContourRow.h"
#include "GoDBMeshRow.h"
//#include "CreateDataBaseHelper.h"
#include "QueryDatabaseHelper.h"
#include "QueryDataBaseHelper.h"
#include "ConvertToStringHelper.h"
#include <iostream>
#include <QCloseEvent>
Expand Down Expand Up @@ -124,11 +124,11 @@ void QGoPrintDatabase::QPrintColumnNames (QString TableName,

//--------------------------------------------------------------------------
void QGoPrintDatabase::FillTableFromDatabase( std::string iNameDB,
std::string iServer, std::string iUser,std::string iPassword,
std::string iServer, std::string iUser,std::string iPassword,
unsigned int iImgSessionID, std::string iImgSessionName )
{
m_DatabaseConnector = OpenDatabaseConnection(iServer,iUser,iPassword,iNameDB);

m_ImgSessionID = iImgSessionID;
m_ImgSessionName = iImgSessionName;

Expand Down Expand Up @@ -266,7 +266,7 @@ int QGoPrintDatabase::InWhichTableAreWe ()
int CurrentIndex = this->DBTabWidget->currentIndex();
QString TabName = this->DBTabWidget->tabText(CurrentIndex);

int TabIndex = -1; // Default value.
int TabIndex = -1; // Default value.

if (TabName == "contour")
{
Expand Down

0 comments on commit 1a64e3f

Please sign in to comment.