OSDN Git Service

Added:
[greensite/jasmine.git] / ui / jasmine_mainwindow.cxx
index a4e9eb1..c535582 100644 (file)
@@ -70,7 +70,7 @@ void mainWindow::showEvent(QShowEvent *event){
 //Client behavior
 void mainWindow::on_sendButton_clicked(){
        QList<AddressAndPort> addressList=this->memberList->addressPortList();
-#ifdef _OMP
+#ifdef _OPENMP
 #pragma omp parallel for
 #endif
        for(int index=0;index<addressList.size();index++){