Changeset 100 in tspsg-svn for trunk/docs/html/pch_8h_source.html


Ignore:
Timestamp:
Apr 8, 2010, 11:02:26 PM (14 years ago)
Author:
laleppa
Message:

+ Added Installation Guide.

  • Updated translations.
  • Updated documentaion.

NB: This will be the second public alpha release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/html/pch_8h_source.html

    r97 r100  
    8686<h1>src/pch.h</h1><a href="pch_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001
    8787<a name="l00028"></a>00028 <span class="preprocessor">#ifdef __cplusplus</span>
    88 <a name="l00029"></a>00029 <span class="preprocessor"></span>    <span class="comment">// Qt Libraries</span>
    89 <a name="l00030"></a>00030 <span class="preprocessor">    #include &lt;QtCore&gt;</span>
    90 <a name="l00031"></a>00031 <span class="preprocessor">    #include &lt;QtGui&gt;</span>
    91 <a name="l00032"></a>00032 <span class="preprocessor">    #include &lt;QtSvg&gt;</span>
    92 <a name="l00033"></a>00033
    93 <a name="l00034"></a>00034     <span class="comment">// Rarely modified parts</span>
    94 <a name="l00035"></a>00035 <span class="preprocessor">    #include &quot;<a class="code" href="version_8h.html" title="Contains TSPSG version information defines.">version.h</a>&quot;</span>
    95 <a name="l00036"></a>00036 <span class="preprocessor">    #include &quot;<a class="code" href="os_8h.html" title="Contains TSPSG target CPU architecture and OS detection.">os.h</a>&quot;</span>
    96 <a name="l00037"></a>00037 <span class="preprocessor">    #ifdef Q_OS_WIN32</span>
    97 <a name="l00038"></a>00038 <span class="preprocessor"></span><span class="preprocessor">        #include &quot;<a class="code" href="qtwin_8h.html">qtwin.h</a>&quot;</span>
    98 <a name="l00039"></a>00039 <span class="preprocessor">    #endif // Q_OS_WIN32</span>
    99 <a name="l00040"></a>00040 <span class="preprocessor"></span><span class="preprocessor">#endif // __cplusplus</span>
     88<a name="l00029"></a>00029 <span class="preprocessor"></span><span class="preprocessor">    #include &quot;<a class="code" href="globals_8h.html" title="Contains TSPSG global defines.">globals.h</a>&quot;</span>
     89<a name="l00030"></a>00030 <span class="preprocessor">#endif // __cplusplus</span>
    10090</pre></div></div>
    10191<!--- window showing the filter options -->
     
    113103</div>
    114104
    115 <hr size="1"/><address style="text-align: right;"><small>Generated on Wed Mar 3 01:46:35 2010 for TSPSG: TSP Solver and Generator by&nbsp;
     105<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Apr 8 23:15:53 2010 for TSPSG: TSP Solver and Generator by&nbsp;
    116106<a href="http://www.doxygen.org/index.html">
    117107<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
Note: See TracChangeset for help on using the changeset viewer.