Changeset 3239 in ntrip


Ignore:
Timestamp:
Apr 3, 2011, 9:12:18 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3232 r3239  
    5757#include "bncfigureppp.h"
    5858#include "bncversion.h"
     59#include "upload/bnccustomtrafo.h"
    5960
    6061using namespace std;
     
    22492250////////////////////////////////////////////////////////////////////////////
    22502251void bncWindow::slotSetUploadTrafo() {
    2251 }
     2252  bncCustomTrafo* dlg = new bncCustomTrafo(this);
     2253  dlg->exec();
     2254  delete dlg;
     2255}
Note: See TracChangeset for help on using the changeset viewer.