Changeset 166 for trunk


Ignore:
Timestamp:
Dec 11, 2006, 10:57:45 PM (19 years ago)
Author:
dmik
Message:

Table: Added #ifndef QT_NO_SQL to allow building when no sql module is available.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/table/qtable.cpp

    r160 r166  
    5858#include <qlistbox.h>
    5959#include <qstyle.h>
     60#include <qvalidator.h>
     61#ifndef QT_NO_SQL
    6062#include <qdatatable.h>
    61 #include <qvalidator.h>
     63#endif
    6264
    6365#include <stdlib.h>
Note: See TracChangeset for help on using the changeset viewer.