81 |
81 |
82 // Rebuild the object tree view now. |
82 // Rebuild the object tree view now. |
83 g_qWindow->buildObjList (); |
83 g_qWindow->buildObjList (); |
84 g_qWindow->setTitle (); |
84 g_qWindow->setTitle (); |
85 |
85 |
86 logf (LOG_Success, "File %s parsed successfully (%lu warnings).\n", |
86 logf (LOG_Success, "File %s parsed successfully (%lu warning%s).\n", |
87 path.chars(), numWarnings); |
87 path.chars(), numWarnings, PLURAL (numWarnings)); |
88 |
88 |
89 return g_CurrentFile; |
89 return g_CurrentFile; |
90 } |
90 } |
91 |
91 |
92 // ============================================================================= |
92 // ============================================================================= |